aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-02-25 08:59:13 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-02-25 08:59:13 +0200
commitef25d1166e7a183dd4d07f73904775234359de81 (patch)
treeaeec5ece1d5b5061e488b8516b051b390f67cc9b /doc/gawk.1
parentf14c8d4f9b88e0b40a90ded574e0a1b496e305da (diff)
downloadegawk-ef25d1166e7a183dd4d07f73904775234359de81.tar.gz
egawk-ef25d1166e7a183dd4d07f73904775234359de81.tar.bz2
egawk-ef25d1166e7a183dd4d07f73904775234359de81.zip
Small doc updates.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.111
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/gawk.1 b/doc/gawk.1
index 5dfd0fd1..f24e62a7 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -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.