diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-24 22:58:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-24 22:58:20 +0200 |
commit | 6522e5b623e083565229dc742336219a0dda1344 (patch) | |
tree | 121f61fbdebe45df31aab89c10b6668af79b97c0 /doc/gawk.1 | |
parent | 0bb831721d3feeac20977e5a14be6b5bbf13e52a (diff) | |
download | egawk-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.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |