aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-11-22 21:58:27 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-11-22 21:58:27 +0200
commit8720ea146e6951e4fe074087f0251a681b77ea50 (patch)
tree75c59197fe3cb84d73fa038632ec38de0e749c0f /doc/gawk.texi
parentf75d149be03ada58d261e4e2c501e648e55fd66c (diff)
parentf44bcf14b40716abe45306b0ca427a2b8359f28f (diff)
downloadegawk-8720ea146e6951e4fe074087f0251a681b77ea50.tar.gz
egawk-8720ea146e6951e4fe074087f0251a681b77ea50.tar.bz2
egawk-8720ea146e6951e4fe074087f0251a681b77ea50.zip
Merge branch 'master' into feature/docit
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index d6ef9353..4ef3266c 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -23997,9 +23997,11 @@ As a side point, @command{gawk} actually uses the GNU @code{getopt_long()}
function to process both normal and GNU-style long options
(@pxref{Options}).
+@cindex Minshall, Greg
The abstraction provided by @code{getopt()} is very useful and is quite
handy in @command{awk} programs as well. Following is an @command{awk}
version of @code{getopt()} that accepts both short and long options.
+(Support for long options was supplied by Greg Minshall. We thank him.)
This function highlights one of the
greatest weaknesses in @command{awk}, which is that it is very poor at