diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-08 18:19:07 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-08 18:19:07 +0300 |
commit | 36cbdfa23f7275964229c021f1e5d4f38cf3952f (patch) | |
tree | 6b0377050b79c82c59747807d897fefd4bcbf730 /doc/gawk.1 | |
parent | e3863843f1f37bf854a4f5a8cf2985448933a42f (diff) | |
download | egawk-36cbdfa23f7275964229c021f1e5d4f38cf3952f.tar.gz egawk-36cbdfa23f7275964229c021f1e5d4f38cf3952f.tar.bz2 egawk-36cbdfa23f7275964229c021f1e5d4f38cf3952f.zip |
Small fix in the man page.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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] |