aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2021-06-24 11:14:13 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2021-06-24 11:14:13 -0400
commit471bd0da9589824f87a3f4e60c2e3951255a8462 (patch)
treedfd4c32c0c1b4c145fa0fcdaca136d5505c07aa4 /awklib/eg
parent98ef29fdcadffc0a05c91883c4ab8809a8b0d441 (diff)
downloadegawk-471bd0da9589824f87a3f4e60c2e3951255a8462.tar.gz
egawk-471bd0da9589824f87a3f4e60c2e3951255a8462.tar.bz2
egawk-471bd0da9589824f87a3f4e60c2e3951255a8462.zip
Enhance isnumeric documentation.
Diffstat (limited to 'awklib/eg')
-rw-r--r--awklib/eg/lib/isnumeric.awk5
1 files changed, 0 insertions, 5 deletions
diff --git a/awklib/eg/lib/isnumeric.awk b/awklib/eg/lib/isnumeric.awk
index c2699022..461ba91a 100644
--- a/awklib/eg/lib/isnumeric.awk
+++ b/awklib/eg/lib/isnumeric.awk
@@ -12,8 +12,3 @@ function isnumeric(x, f)
return 0
}
}
-
-Please note that leading or trailing white space is disregarded in deciding
-whether a value is numeric or not, so if it matters to you, you may want
-to add an additional check for that.
-