diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-27 11:40:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-06-27 11:40:19 +0300 |
commit | 5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b (patch) | |
tree | 0cbb208fb20a864fcfc3ce5892ee8aa5ae4c47e0 /doc/gawk.texi | |
parent | e50f9b883b4aa5d6ce7f9218f7dfba8b5686ee2a (diff) | |
download | egawk-5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b.tar.gz egawk-5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b.tar.bz2 egawk-5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b.zip |
Doc fix with texinfo.tex.
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 |