diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-06-13 08:06:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-06-13 08:06:51 +0300 |
commit | 4f04830cdcef50ac2449b6dbc97c67acc4ec238d (patch) | |
tree | 823715958d7947ba012d0d5c4d0f9322f2caf37a /doc/gawk.texi | |
parent | f20d398e580607d3d986e94dcbd0ae189f528478 (diff) | |
download | egawk-4f04830cdcef50ac2449b6dbc97c67acc4ec238d.tar.gz egawk-4f04830cdcef50ac2449b6dbc97c67acc4ec238d.tar.bz2 egawk-4f04830cdcef50ac2449b6dbc97c67acc4ec238d.zip |
Another typo fix.
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 03537176..5aaacef8 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -9415,7 +9415,7 @@ but they work identically for @code{printf}: @cindex operators, input/output @item print @var{items} > @var{output-file} This redirection prints the items into the output file named -@value{output-file}. The @value{FN} @var{output-file} can be any +@var{output-file}. The @value{FN} @var{output-file} can be any expression. Its value is changed to a string and then used as a @value{FN} (@pxref{Expressions}). |