diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 08:59:13 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-25 08:59:13 +0200 |
commit | ef25d1166e7a183dd4d07f73904775234359de81 (patch) | |
tree | aeec5ece1d5b5061e488b8516b051b390f67cc9b /doc/gawk.1 | |
parent | f14c8d4f9b88e0b40a90ded574e0a1b496e305da (diff) | |
download | egawk-ef25d1166e7a183dd4d07f73904775234359de81.tar.gz egawk-ef25d1166e7a183dd4d07f73904775234359de81.tar.bz2 egawk-ef25d1166e7a183dd4d07f73904775234359de81.zip |
Small doc updates.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Feb 03 2019" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Feb 19 2019" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -1232,17 +1232,14 @@ A string indicating the platform for which was compiled. It is one of: .RS .TP -\fB"cygwin"\fR, \fB"djgpp"\fR, \fB"mingw"\fR -Microsoft Windows, using either Cygwin, DJGPP, or MinGW, respectively. -.TP -\fB"macosx"\fR -Mac OS X. +\fB"djgpp"\fR, \fB"mingw"\fR +Microsoft Windows, using either DJGPP, or MinGW, respectively. .TP \fB"os2"\fR OS/2. .TP \fB"posix"\fR -GNU/Linux and legacy Unix systems. +GNU/Linux, Cygwin, Mac OS X, and legacy Unix systems. .TP \fB"vms"\fR OpenVMS or Vax/VMS. |