aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.116
2 files changed, 12 insertions, 8 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 64fe7a38..dec5ddca 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-10 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Fix some .BR to be .B.
+
2011-11-08 Arnold D. Robbins <arnold@skeeve.com>
* gawk.texi: Further improvement in the discussion of sorted array
diff --git a/doc/gawk.1 b/doc/gawk.1
index 205eb389..e26f9a2e 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -14,7 +14,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "May 29 2011" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Nov 10 2011" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -782,7 +782,7 @@ each field is made up of text that matches that regular expression. In
this case, the regular expression describes the fields themselves,
instead of the text that separates the fields.
Assigning a new value to
-.BR FS
+.B FS
or
.B FIELDWIDTHS
overrides the use of
@@ -2089,7 +2089,7 @@ Sends data to a co-process or socket.
below.)
.PP
The
-.BR getline
+.B getline
command returns 1 on success, 0 on end of file, and \-1 on an error.
Upon an error,
.B ERRNO
@@ -2234,9 +2234,9 @@ For
and
.BR %X ,
supply a leading
-.BR 0x
+.B 0x
or
-.BR 0X
+.B 0X
for
a nonzero result.
For
@@ -2517,7 +2517,7 @@ a second array if you wish to preserve the original.
The purpose of the optional string
.I how
is the same as described in
-.BR asort()
+.B asort()
above.
.TP
\fBgensub(\fIr\fB, \fIs\fB, \fIh \fR[\fB, \fIt\fR]\fB)\fR
@@ -2589,7 +2589,7 @@ to get a literal
(This must be typed as \fB"\e\e&"\fP;
see \*(EP
for a fuller discussion of the rules for
-.BR &'s
+.BR & 's
and backslashes in the replacement text of
.BR sub() ,
.BR gsub() ,
@@ -3275,7 +3275,7 @@ the
array; the
.BR \ea ,
and
-.BR \ev
+.B \ev
escape sequences (done originally in
.I gawk
and fed back into the Bell Laboratories version); the