aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.15
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0434e1a8..0e0914c6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-08 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Minor edit in the man page. Thanks to Howard
+ Johnson <hj@HowardJohnson.name> for the report.
+
2018-04-02 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated.
diff --git a/doc/gawk.1 b/doc/gawk.1
index 39b19bf1..21bcda6a 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Mar 26 2018" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Apr 08 2018" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -2268,7 +2268,8 @@ from next input record; set
Set
.I var
from next record of
-.IR file ,
+.IR file ;
+set
.BR RT .
.TP
\fIcommand\fB | getline \fR[\fIvar\fR]