aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-05-29 22:47:48 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-05-29 22:47:48 +0300
commitd4636a0032274fa7750f5e6c36a16c715ea5681a (patch)
treed22d28b0e15545a7ea6e15f0b3342da8d79d6b41
parent04a2bff46700c20ed75a0c624b98d6e55853de02 (diff)
downloadegawk-d4636a0032274fa7750f5e6c36a16c715ea5681a.tar.gz
egawk-d4636a0032274fa7750f5e6c36a16c715ea5681a.tar.bz2
egawk-d4636a0032274fa7750f5e6c36a16c715ea5681a.zip
Minor edits.
-rw-r--r--doc/gawk.115
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index b36063bf..96abac79 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -14,7 +14,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "May 27 2011" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "May 29 2011" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -3286,10 +3286,10 @@ built-in functions (from the Bell Laboratories version); and the \*(AN C convers
.B printf
(done first in the Bell Laboratories version).
.SH HISTORICAL FEATURES
-There are two features of historical \*(AK implementations that
+There is one feature of historical \*(AK implementations that
.I gawk
-supports.
-First, it is possible to call the
+supports:
+It is possible to call the
.B length()
built-in function not only with no argument, but even without parentheses!
Thus,
@@ -3420,6 +3420,13 @@ The special file names available for I/O redirection are not recognized.
The
.B |&
operator for creating co-processes.
+.TP
+\(bu
+The
+.B BEGINFILE
+and
+.B ENDFILE
+special patterns are not available.
.\" Changes to standard awk functions
.TP
\(bu