diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:05:27 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:05:27 +0200 |
commit | 1736de9cfa770b68c6a3b4eccb66a96bd68471e3 (patch) | |
tree | 049543d68e4b5e9251c3cf2f9d0ab171ab11fddc /doc/gawktexi.in | |
parent | a5397f50278d484584b4c157d0deafe72bed32b4 (diff) | |
parent | c2526c4c963c3f6f86f0f98cf58f87a80513e13f (diff) | |
download | egawk-1736de9cfa770b68c6a3b4eccb66a96bd68471e3.tar.gz egawk-1736de9cfa770b68c6a3b4eccb66a96bd68471e3.tar.bz2 egawk-1736de9cfa770b68c6a3b4eccb66a96bd68471e3.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 807945eb..79c6adb3 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -13840,8 +13840,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 |