diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-25 20:06:01 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-11-25 20:06:01 +0200 |
commit | 19d38d292158e651c8c7175ae9bbd3e5855e2c94 (patch) | |
tree | 0e6f39201f88f12c2922b440a645881479715cc3 /doc/gawktexi.in | |
parent | ac2ff45364ab20c1a2bc82f779738f33f90808dd (diff) | |
parent | f33f0191191802f34dc2203d64e6cad40b8d6865 (diff) | |
download | egawk-19d38d292158e651c8c7175ae9bbd3e5855e2c94.tar.gz egawk-19d38d292158e651c8c7175ae9bbd3e5855e2c94.tar.bz2 egawk-19d38d292158e651c8c7175ae9bbd3e5855e2c94.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index f4bf9860..8b0b219c 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 |