diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:05:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-11-09 21:05:59 +0200 |
commit | 03a2e7153e6e3c63babfce5c14539c99fd7ac31c (patch) | |
tree | d6d0a432b72ef4ebae3a40550dd61dbbc3d9e217 /doc/gawktexi.in | |
parent | 235cdcf449ae3630d53da430267c76b6d8b58d76 (diff) | |
parent | 1736de9cfa770b68c6a3b4eccb66a96bd68471e3 (diff) | |
download | egawk-03a2e7153e6e3c63babfce5c14539c99fd7ac31c.tar.gz egawk-03a2e7153e6e3c63babfce5c14539c99fd7ac31c.tar.bz2 egawk-03a2e7153e6e3c63babfce5c14539c99fd7ac31c.zip |
Merge branch 'master' into feature/fix-comments
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 |