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.texi | |
parent | f14c8d4f9b88e0b40a90ded574e0a1b496e305da (diff) | |
download | egawk-ef25d1166e7a183dd4d07f73904775234359de81.tar.gz egawk-ef25d1166e7a183dd4d07f73904775234359de81.tar.bz2 egawk-ef25d1166e7a183dd4d07f73904775234359de81.zip |
Small doc updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 24646435..79679a62 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -5868,6 +5868,28 @@ With the POSIX character classes, you can write @code{/[[:alnum:]]/} to match the alphabetic and numeric characters in your character set. +@ignore +From eliz@gnu.org Fri Feb 15 03:38:41 2019 +Date: Fri, 15 Feb 2019 12:38:23 +0200 +From: Eli Zaretskii <eliz@gnu.org> +To: arnold@skeeve.com +CC: pengyu.ut@gmail.com, bug-gawk@gnu.org +Subject: Re: [bug-gawk] Does gawk character classes follow this? + +> From: arnold@skeeve.com +> Date: Fri, 15 Feb 2019 03:01:34 -0700 +> Cc: pengyu.ut@gmail.com, bug-gawk@gnu.org +> +> I get the feeling that there's something really bothering you, but +> I don't understand what. +> +> Can you clarify, please? + +I thought I already did: we cannot be expected to provide a definitive +description of what the named classes stand for, because the answer +depends on various factors out of our control. +@end ignore + @c Thanks to @c Date: Tue, 01 Jul 2014 07:39:51 +0200 @c From: Hermann Peifer <peifer@gmx.eu> @@ -15811,9 +15833,6 @@ This element gives a string indicating the platform for which @c nested table @table @code -@item "vms" -OpenVMS or Vax/VMS. - @item "djgpp" @itemx "mingw" Microsoft Windows, using either DJGPP or MinGW, respectively. @@ -15826,6 +15845,9 @@ OS/390. @item "posix" GNU/Linux, Cygwin, Mac OS X, and legacy Unix systems. + +@item "vms" +OpenVMS or Vax/VMS. @end table @item PROCINFO["pgrpid"] |