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 | |
parent | 2e1281063c92115a8da96906aab6e2be0e9dd78d (diff) | |
download | egawk-6022bbd8411ff8a38353f41f1a872a4acc4036bc.tar.gz egawk-6022bbd8411ff8a38353f41f1a872a4acc4036bc.tar.bz2 egawk-6022bbd8411ff8a38353f41f1a872a4acc4036bc.zip |
Small typo fix in doc.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.info | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 46d0b9f9..0772a7d2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2018-11-25 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Small typo fix. + 2018-11-24 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Assignment Options): Add description of assigning 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) diff --git a/doc/gawk.texi b/doc/gawk.texi index 663df149..50555f8a 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -15674,7 +15674,7 @@ are guaranteed to be available: @table @code @item PROCINFO["argv"] -@cindex command line arguments, @code{PROCINFO["argv"} +@cindex command line arguments, @code{PROCINFO["argv"]} The @code{PROCINFO["argv"]} array contains all of the command-line arguments (after glob expansion and redirection processing on platforms where that must be done manually by the program) with subscripts ranging from 0 through diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 97d91172..dddcf673 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -14992,7 +14992,7 @@ are guaranteed to be available: @table @code @item PROCINFO["argv"] -@cindex command line arguments, @code{PROCINFO["argv"} +@cindex command line arguments, @code{PROCINFO["argv"]} The @code{PROCINFO["argv"]} array contains all of the command-line arguments (after glob expansion and redirection processing on platforms where that must be done manually by the program) with subscripts ranging from 0 through |