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/gawktexi.in | |
parent | e50f9b883b4aa5d6ce7f9218f7dfba8b5686ee2a (diff) | |
download | egawk-5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b.tar.gz egawk-5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b.tar.bz2 egawk-5e65b0c7dcba3f958c28d88d4fcb641ccdbd521b.zip |
Doc fix with texinfo.tex.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 68316d1c..59ee1a69 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -9618,7 +9618,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 |