aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-10-26 08:00:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-10-26 08:00:38 +0200
commit2b0b51bda4e826aef6680cd9edcb5b90791ee31a (patch)
tree429b49e10fe0ebb627d0d5fc6af388fe01c1c145 /doc
parentedba3da14f86c49232e78c4e383212bfc190c0b2 (diff)
parentc054617e777c435acafcdb7e89a3217cef60178e (diff)
downloadegawk-2b0b51bda4e826aef6680cd9edcb5b90791ee31a.tar.gz
egawk-2b0b51bda4e826aef6680cd9edcb5b90791ee31a.tar.bz2
egawk-2b0b51bda4e826aef6680cd9edcb5b90791ee31a.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.12
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index fe5cb244..3841a037 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Put commas outside quoting in regexps to avoid
+ confusion. Thanks to Mike Frysinger <vapier@gentoo.org>.
+
2015-10-16 Arnold D. Robbins <arnold@skeeve.com>
* awkcard.in: Fix tbl complaint.
diff --git a/doc/gawk.1 b/doc/gawk.1
index f00bb1c9..ba957bd1 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -1972,7 +1972,7 @@ and
For example, the name
.B e
might be used to represent all of
-\*(lqe,\*(rq \*(lqe\h'-\w:e:u'\',\*(rq and \*(lqe\h'-\w:e:u'\`.\*(rq
+\*(lqe\*(rq, \*(lqe\h'-\w:e:u'\'\*(rq, and \*(lqe\h'-\w:e:u'\`\*(rq.
In this case,
.B [[=e=]]
is a regular expression