aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-11-22 21:57:42 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-11-22 21:57:42 +0200
commitf44bcf14b40716abe45306b0ca427a2b8359f28f (patch)
treee141fbe1264304e0a7b83bd40ec8bd57a18c1a84 /doc/gawktexi.in
parent0c02a53775a80fe10dcd2b0ae5e857c1f22f8727 (diff)
parent4a7a1509991bfa9b79816a04fbee3398e3be6841 (diff)
downloadegawk-f44bcf14b40716abe45306b0ca427a2b8359f28f.tar.gz
egawk-f44bcf14b40716abe45306b0ca427a2b8359f28f.tar.bz2
egawk-f44bcf14b40716abe45306b0ca427a2b8359f28f.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 35a6deb2..0e621e04 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -22879,9 +22879,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