diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-25 20:02:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-25 20:02:48 +0200 |
commit | 6022bbd8411ff8a38353f41f1a872a4acc4036bc (patch) | |
tree | 3df458c577260f4068005039c5f76d2f60e6c26a /doc/gawk.info | |
parent | 2e1281063c92115a8da96906aab6e2be0e9dd78d (diff) | |
download | egawk-6022bbd8411ff8a38353f41f1a872a4acc4036bc.tar.gz egawk-6022bbd8411ff8a38353f41f1a872a4acc4036bc.tar.bz2 egawk-6022bbd8411ff8a38353f41f1a872a4acc4036bc.zip |
Small typo fix in doc.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 7f32e3b4..de671455 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -33736,7 +33736,7 @@ Index * columns, cutting: Cut Program. (line 6) * comma (,), in range patterns: Ranges. (line 6) * command completion, in debugger: Readline Support. (line 6) -* command line arguments, PROCINFO["argv": Auto-set. (line 154) +* command line arguments, PROCINFO["argv"]: Auto-set. (line 154) * command line, arguments: Other Arguments. (line 6) * command line, arguments <1>: Auto-set. (line 15) * command line, arguments <2>: ARGC and ARGV. (line 6) |