aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/lib/getopt.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-10-25 12:13:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-10-25 12:13:26 +0300
commit4e8bd99197f48cfaa79b095a34a88223f96f429d (patch)
tree9117c6d46418139a92a0bc03f69ca348826393fc /awklib/eg/lib/getopt.awk
parent29e3ae329c550b884169b7db20775cd74b95b77a (diff)
downloadegawk-4e8bd99197f48cfaa79b095a34a88223f96f429d.tar.gz
egawk-4e8bd99197f48cfaa79b095a34a88223f96f429d.tar.bz2
egawk-4e8bd99197f48cfaa79b095a34a88223f96f429d.zip
Documentation updates.
Diffstat (limited to 'awklib/eg/lib/getopt.awk')
-rw-r--r--awklib/eg/lib/getopt.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/getopt.awk b/awklib/eg/lib/getopt.awk
index 0b81aa09..4283a7e1 100644
--- a/awklib/eg/lib/getopt.awk
+++ b/awklib/eg/lib/getopt.awk
@@ -17,7 +17,7 @@
# <c> a character representing the current option
# Private Data:
-# _opti -- index in multi-flag option, e.g., -abc
+# _opti -- index in multiflag option, e.g., -abc
function getopt(argc, argv, options, thisopt, i)
{
if (length(options) == 0) # no options given