diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-21 10:12:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-07-21 10:12:56 +0300 |
commit | 2a601eeb568e0ab063d528b39cccddd9dfb69abe (patch) | |
tree | b1975af97fceca723f1c22427ba12e280323b197 /doc/gawk.texi | |
parent | 8fd24bcfb5aef731055beb9272377e4c1a8ed9ee (diff) | |
parent | 327e5092eec5d0e8211ffe7ebb29ceb0bd33cb49 (diff) | |
download | egawk-2a601eeb568e0ab063d528b39cccddd9dfb69abe.tar.gz egawk-2a601eeb568e0ab063d528b39cccddd9dfb69abe.tar.bz2 egawk-2a601eeb568e0ab063d528b39cccddd9dfb69abe.zip |
Merge branch 'master' into feature/fix-comments
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) |