summaryrefslogtreecommitdiff
path: root/man7/regex.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/regex.7')
-rw-r--r--man7/regex.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/regex.7 b/man7/regex.7
index a832afeca..1f970ea03 100644
--- a/man7/regex.7
+++ b/man7/regex.7
@@ -248,7 +248,7 @@ RE or the beginning of a parenthesized subexpression
(after a possible leading \(aq^\(aq).
.PP
Finally, there is one new type of atom, a \fIback reference\fR:
-\(aq\e\(aq followed by a non-zero decimal digit \fId\fR
+\(aq\e\(aq followed by a nonzero decimal digit \fId\fR
matches the same sequence of characters
matched by the \fId\fRth parenthesized subexpression
(numbering subexpressions by the positions of their opening parentheses,