diff options
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. |