diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-31 12:04:23 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-31 12:04:23 -0400 |
commit | 72882c6a1e76730e6e706941a1a3a855ea023b69 (patch) | |
tree | e2b3c5ac2c94993e637318a0d1ef0d1bfb2e3234 /doc/gawk.1 | |
parent | 22ea6af9c93cbbfce581a00c7a41b0c92fd8507d (diff) | |
download | egawk-72882c6a1e76730e6e706941a1a3a855ea023b69.tar.gz egawk-72882c6a1e76730e6e706941a1a3a855ea023b69.tar.bz2 egawk-72882c6a1e76730e6e706941a1a3a855ea023b69.zip |
POSIX now allows \n for default field splitting. Fix code and doc.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Apr 02 2015" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "May 31 2015" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -444,11 +444,6 @@ mode, with the following additional restrictions: escape sequences are not recognized. .TP \(bu -Only space and tab act as field separators when -.B FS -is set to a single space, newline does not. -.TP -\(bu You cannot continue lines after .B ? and @@ -785,9 +780,6 @@ In the special case that .B FS is a single space, fields are separated by runs of spaces and/or tabs and/or newlines. -(But see the section -.BR "POSIX COMPATIBILITY" , -below). .BR NOTE : The value of .B IGNORECASE |