diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-08 18:20:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-04-08 18:20:48 +0300 |
commit | 864c5291a320710d20051a15af247ec3c433de23 (patch) | |
tree | bc962285b37e75230aee80d8d403dd768d1b2a7f | |
parent | db0ad810899edd82b68ac681a4b1111fc25b3e30 (diff) | |
parent | 7eb8bf39a69d81976a2956971c027affe58ac545 (diff) | |
download | egawk-864c5291a320710d20051a15af247ec3c433de23.tar.gz egawk-864c5291a320710d20051a15af247ec3c433de23.tar.bz2 egawk-864c5291a320710d20051a15af247ec3c433de23.zip |
Merge branch 'master' into feature/fix-comments
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.1 | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 44726965..4b51b5c9 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. @@ -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] |