diff options
Diffstat (limited to 'man7/regex.7')
| -rw-r--r-- | man7/regex.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/regex.7 b/man7/regex.7 index cbdd8cf62c..a6642dbea1 100644 --- a/man7/regex.7 +++ b/man7/regex.7 @@ -241,10 +241,6 @@ matched by the \fId\fRth parenthesized subexpression (numbering subexpressions by the positions of their opening parentheses, left to right), so that (e.g.) `\e([bc]\e)\e1' matches `bb' or `cc' but not `bc'. -.SH "SEE ALSO" -.BR regex (3) -.PP -POSIX.2, section 2.8 (Regular Expression Notation). .SH BUGS Having two kinds of REs is a botch. .PP @@ -268,3 +264,7 @@ is current consensus among implementors as to the right interpretation. The syntax for word boundaries is incredibly ugly. .\" .SH AUTHOR .\" This page was taken from Henry Spencer's regex package. +.SH "SEE ALSO" +.BR regex (3) +.PP +POSIX.2, section 2.8 (Regular Expression Notation). |
