diff options
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 |