diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 63e3a4cb..a14d3ece 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-04-28 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in (Options): Fix a copy/paste error. Thanks to + Mark Krauze <daburashka@ya.ru>, for pointing it out. + 2019-04-22 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Undocumented): Fix a typo. Thanks to Antonio Columbo diff --git a/doc/gawk.info b/doc/gawk.info index 85bd5749..64b96244 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -2498,7 +2498,7 @@ The following list describes options mandated by the POSIX standard: the 'awk' program consists of the concatenation of the contents of each specified SOURCE-FILE. - Files named with '-i' are treated as if they had '@namespace "awk"' + Files named with '-f' are treated as if they had '@namespace "awk"' at their beginning. *Note Changing The Namespace::, for more information. diff --git a/doc/gawk.texi b/doc/gawk.texi index 899fab49..593bf2db 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -3838,7 +3838,7 @@ This option may be given multiple times; the @command{awk} program consists of the concatenation of the contents of each specified @var{source-file}. -Files named with @option{-i} are treated as if they had @samp{@@namespace "awk"} +Files named with @option{-f} are treated as if they had @samp{@@namespace "awk"} at their beginning. @xref{Changing The Namespace}, for more information. @item -v @var{var}=@var{val} diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 611eed4a..1ded5454 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -3748,7 +3748,7 @@ This option may be given multiple times; the @command{awk} program consists of the concatenation of the contents of each specified @var{source-file}. -Files named with @option{-i} are treated as if they had @samp{@@namespace "awk"} +Files named with @option{-f} are treated as if they had @samp{@@namespace "awk"} at their beginning. @xref{Changing The Namespace}, for more information. @item -v @var{var}=@var{val} |