summaryrefslogtreecommitdiffstats
path: root/man7/regex.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/regex.7')
-rw-r--r--man7/regex.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/regex.7 b/man7/regex.7
index a579dbe62..32377b29a 100644
--- a/man7/regex.7
+++ b/man7/regex.7
@@ -42,10 +42,10 @@ regex \- POSIX.2 regular expressions
Regular expressions ("RE"s),
as defined in POSIX.2, come in two forms:
modern REs (roughly those of
-.BR egrep (1);
+.MR egrep 1 ;
POSIX.2 calls these "extended" REs)
and obsolete REs (roughly those of
-.BR ed (1);
+.MR ed 1 ;
POSIX.2 "basic" REs).
Obsolete REs mostly exist for backward compatibility in some old programs;
they will be discussed at the end.
@@ -172,7 +172,7 @@ cntrl print xdigit
.RE
.P
These stand for the character classes defined in
-.BR wctype (3).
+.MR wctype 3 .
A locale may provide others.
A character class may not be used as an endpoint of a range.
.\" As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295666
@@ -287,7 +287,7 @@ is current consensus among implementors as to the right interpretation.
.\" in the formatted output.
This page was taken from Henry Spencer's regex package.
.SH SEE ALSO
-.BR grep (1),
-.BR regex (3)
+.MR grep 1 ,
+.MR regex 3
.P
POSIX.2, section 2.8 (Regular Expression Notation).