aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 72f97100..e424c80f 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-07 Arnold D. Robbins <arnold@skeeve.com>
* texinfo.tex: Updated to a working version.
diff --git a/doc/gawk.1 b/doc/gawk.1
index 0a37d5a8..0c00f3bd 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -1936,7 +1936,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