aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-06-08 09:51:47 -0400
committerArnold D. Robbins <arnold@skeeve.com>2015-06-08 09:51:47 -0400
commita6568baf060045cadad1f05af5cfe43e31626b31 (patch)
tree4471355f7fc25c1549a915a03ab8b14fbeb8783d /doc/gawk.1
parentc70ee2ae9fc9fa99c0b3b1af20a7dd0203aaa0d1 (diff)
parent72882c6a1e76730e6e706941a1a3a855ea023b69 (diff)
downloadegawk-a6568baf060045cadad1f05af5cfe43e31626b31.tar.gz
egawk-a6568baf060045cadad1f05af5cfe43e31626b31.tar.bz2
egawk-a6568baf060045cadad1f05af5cfe43e31626b31.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.110
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index cbc15d15..f00bb1c9 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -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