diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index afdefff4..76fb47d9 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -64,7 +64,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH May, 2017 +@set UPDATE-MONTH July, 2017 @set VERSION 4.1 @set PATCHLEVEL 4 @@ -3076,7 +3076,7 @@ rule for double-quoting a string is the following: @enumerate @item -For each double quote in the orginal string, let @var{N} be the number +For each double quote in the original string, let @var{N} be the number of backslash(es) before it, @var{N} might be zero. Replace these @var{N} backslash(es) by @math{2@value{TIMES}@var{N}+1} backslash(es) |