aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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