diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-02-19 03:55:36 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-20 14:56:55 +0000 |
commit | aade5aff4d4ca48f8b8ad56cbcbd37531afa2401 (patch) | |
tree | e3741f6dc75f91375c767070b1e2b0d0324c771c /config_h.SH | |
parent | eade9b7139927966a87970564990ef3670609a0a (diff) | |
download | perl-aade5aff4d4ca48f8b8ad56cbcbd37531afa2401.tar.gz |
d_Gconvert hints and Glossary
Message-ID: <42qc8gzkgOFN092yn@efn.org>
p4raw-id: //depot/perl@14786
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 2d15aac693..26206b0ce2 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1410,7 +1410,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * a macro using sprintf("%g") is used. Arguments for the Gconvert * macro are: value, number of digits, whether trailing zeros should * be retained, and the output buffer. - * Possible values are: + * The usual values are: * d_Gconvert='gconvert((x),(n),(t),(b))' * d_Gconvert='gcvt((x),(n),(b))' * d_Gconvert='sprintf((b),"%.*g",(n),(x))' |