diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-19 17:12:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-05-19 17:12:48 +0300 |
commit | c6d49e92c880824cb1a1dbd281c336249a0f0cf7 (patch) | |
tree | 91f00fd691247a8abd68c493656c725afe322375 /test | |
parent | 6da1fa8663a1b8a55a5d90054bc71f04007b8935 (diff) | |
download | egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.tar.gz egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.tar.bz2 egawk-c6d49e92c880824cb1a1dbd281c336249a0f0cf7.zip |
Documentation and compile fixes.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/badargs.ok | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 959656f3..b9df4619 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +Thu May 19 16:56:31 2011 Arnold D. Robbins <arnold@skeeve.com> + + * badargs.ok: Updated. + Sat May 14 22:28:56 2011 Arnold D. Robbins <arnold@skeeve.com> * delargv.awk, delargv.ok: New files. diff --git a/test/badargs.ok b/test/badargs.ok index 35c1ecbb..66e67b03 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -9,7 +9,7 @@ Short options: GNU long options: (extensions) -b --characters-as-bytes -c --traditional -C --copyright - -d [file] --dump-variables[=file] + -d[file] --dump-variables[=file] -e 'program-text' --source='program-text' -E file --exec=file -g --gen-pot @@ -18,7 +18,7 @@ Short options: GNU long options: (extensions) -n --non-decimal-data -N --use-lc-numeric -O --optimize - -p [file] --profile[=file] + -p[file] --profile[=file] -P --posix -r --re-interval -S --sandbox |