diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-04-28 19:45:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-04-28 19:45:03 +0300 |
commit | 7c222377f33ae12d77c69424093b3d93c1d7ee32 (patch) | |
tree | e6025c327f097723963b9c3ab0d299c682b149dd /doc/gawk.texi | |
parent | 4edf1cc1bbeb56aaabb98761c448e7533f8ebf22 (diff) | |
parent | 80d9375e27abefbec7e618bf82f717e883df98a6 (diff) | |
download | egawk-7c222377f33ae12d77c69424093b3d93c1d7ee32.tar.gz egawk-7c222377f33ae12d77c69424093b3d93c1d7ee32.tar.bz2 egawk-7c222377f33ae12d77c69424093b3d93c1d7ee32.zip |
Merge branch 'gawk-5.0-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 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} |