diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-30 16:03:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-30 16:03:11 +0300 |
commit | 231a84fb021b17006b1bf6a9d45fb15d6e883960 (patch) | |
tree | 7c5d976fc75f24d42608b5f41991f2745a066807 /doc/gawk.1 | |
parent | bdcf2bec72b818f6a6e9e0876e61ac9545d1efda (diff) | |
download | egawk-231a84fb021b17006b1bf6a9d45fb15d6e883960.tar.gz egawk-231a84fb021b17006b1bf6a9d45fb15d6e883960.tar.bz2 egawk-231a84fb021b17006b1bf6a9d45fb15d6e883960.zip |
Documentation fixes.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "May 02 2021" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "May 30 2021" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -3710,7 +3710,7 @@ accommodate applications that depended upon the old behavior. (This feature was agreed upon by both the Bell Laboratories developers and the \*(GN developers.) .PP -When procesiing arguments, +When processing arguments, .I gawk uses the special option \*(lq\-\^\-\*(rq to signal the end of arguments. |