aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-09-04 09:49:44 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-09-04 09:49:44 +0300
commit7448f28d356fc5cd8d9117111baea3a549e0930e (patch)
treef24d82d8b121d8321cfc0366dabad236d3f3dac3 /awklib/eg
parenta205df7903bce201577df4f7049c190e283f1ea4 (diff)
parent8beb9796b17b6ca48eb62df8fd3d31421e43c761 (diff)
downloadegawk-7448f28d356fc5cd8d9117111baea3a549e0930e.tar.gz
egawk-7448f28d356fc5cd8d9117111baea3a549e0930e.tar.bz2
egawk-7448f28d356fc5cd8d9117111baea3a549e0930e.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'awklib/eg')
-rw-r--r--awklib/eg/prog/uniq.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/prog/uniq.awk b/awklib/eg/prog/uniq.awk
index effc8f6c..2a2cf63e 100644
--- a/awklib/eg/prog/uniq.awk
+++ b/awklib/eg/prog/uniq.awk
@@ -30,7 +30,7 @@ BEGIN {
else if (c == "c")
do_count++
else if (index("0123456789", c) != 0) {
- # getopt requires args to options
+ # getopt() requires args to options
# this messes us up for things like -5
if (Optarg ~ /^[[:digit:]]+$/)
fcount = (c Optarg) + 0