diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-25 12:13:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-25 12:13:26 +0300 |
commit | 4e8bd99197f48cfaa79b095a34a88223f96f429d (patch) | |
tree | 9117c6d46418139a92a0bc03f69ca348826393fc /awklib | |
parent | 29e3ae329c550b884169b7db20775cd74b95b77a (diff) | |
download | egawk-4e8bd99197f48cfaa79b095a34a88223f96f429d.tar.gz egawk-4e8bd99197f48cfaa79b095a34a88223f96f429d.tar.bz2 egawk-4e8bd99197f48cfaa79b095a34a88223f96f429d.zip |
Documentation updates.
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/eg/lib/getopt.awk | 2 |
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 |