diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:03:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:03:29 +0200 |
commit | f5c665d78447a479a5cae95ddaaaf9035ce4e18b (patch) | |
tree | fb6339414ececa883ad65c310c8abe2c26310431 /doc/gawk.texi | |
parent | 19905e061994bab83ffdce30dab36cea12e68fe4 (diff) | |
download | egawk-f5c665d78447a479a5cae95ddaaaf9035ce4e18b.tar.gz egawk-f5c665d78447a479a5cae95ddaaaf9035ce4e18b.tar.bz2 egawk-f5c665d78447a479a5cae95ddaaaf9035ce4e18b.zip |
Very small doc improvement.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 4c1a0a96..55de34ca 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -14521,8 +14521,8 @@ awk ' @end example @noindent -This prints the first three fields of each input record, with one field per -line. +This prints the first three fields of each input record, with one +input field per output line. It isn't possible to set more than one variable in the |