aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-03-24 22:58:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-03-24 22:58:20 +0200
commit6522e5b623e083565229dc742336219a0dda1344 (patch)
tree121f61fbdebe45df31aab89c10b6668af79b97c0 /doc/gawk.1
parent0bb831721d3feeac20977e5a14be6b5bbf13e52a (diff)
downloadegawk-6522e5b623e083565229dc742336219a0dda1344.tar.gz
egawk-6522e5b623e083565229dc742336219a0dda1344.tar.bz2
egawk-6522e5b623e083565229dc742336219a0dda1344.zip
General cleanups prepatory to merging.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index b425c24c..45a4c9f2 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Aug 03 2014" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Mar 24 2015" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -1241,8 +1241,8 @@ less than zero means no timeout.
If an I/O error that may be retried occurs when reading data from
.IR input ,
and this array entry exists, then
-.BR getline
-will return -2 instead of following the default behavior of returning -1
+.B getline
+will return \-2 instead of following the default behavior of returning \-1
and configuring
.IR input
to return no further data.