diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-27 11:55:40 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-27 11:55:40 +0300 |
commit | cafd9f8ce2abbfd4e84a374a2081c93c02a1edac (patch) | |
tree | 5ed23a17305b92af5d2716154437051c779a65a5 /doc/gawk.texi | |
parent | d18166bf5ba5c8ca75b57afc033ab3aa3aa5fc7b (diff) | |
parent | 8e9e1dfbc6c34a6d502d9738b651ae4c70806b1b (diff) | |
download | egawk-cafd9f8ce2abbfd4e84a374a2081c93c02a1edac.tar.gz egawk-cafd9f8ce2abbfd4e84a374a2081c93c02a1edac.tar.bz2 egawk-cafd9f8ce2abbfd4e84a374a2081c93c02a1edac.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index c9211007..fa3e5871 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -10121,7 +10121,7 @@ point, so the default behavior was restored to use a period as the decimal point character. You can use the @option{--use-lc-numeric} option (@pxref{Options}) to force @command{gawk} to use the locale's decimal point character. (@command{gawk} also uses the locale's decimal -point character when in POSIX mode, either via @w{@option{--posix}}, or the +point character when in POSIX mode, either via @option{--posix}, or the @env{POSIXLY_CORRECT} environment variable, as shown previously.) @ref{table-locale-affects} describes the cases in which the locale's decimal |