aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-07-21 10:12:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-07-21 10:12:36 +0300
commitfbbdaee631ac81845fac662502ac972c5846c945 (patch)
tree2222eea053b3cd5fbeb0890b90eed6a7842cc480 /doc/gawk.texi
parent4b84880e59fd3162df3353a9ec00d6ffdba2eb2f (diff)
parent327e5092eec5d0e8211ffe7ebb29ceb0bd33cb49 (diff)
downloadegawk-fbbdaee631ac81845fac662502ac972c5846c945.tar.gz
egawk-fbbdaee631ac81845fac662502ac972c5846c945.tar.bz2
egawk-fbbdaee631ac81845fac662502ac972c5846c945.zip
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 44b04a70..585fbf41 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)