summaryrefslogtreecommitdiffstats
path: root/man3/regex.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/regex.3')
-rw-r--r--man3/regex.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/regex.3 b/man3/regex.3
index a4e89c100..c505b9b10 100644
--- a/man3/regex.3
+++ b/man3/regex.3
@@ -164,7 +164,7 @@ instead of
.RI [ string , " string + strlen(string)" ).
This allows matching embedded NUL bytes
and avoids a
-.BR strlen (3)
+.MR strlen 3
on known-length strings.
If any matches are returned
.RB ( REG_NOSUB
@@ -310,7 +310,7 @@ The regex routines ran out of memory.
Invalid back reference to a subexpression.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -404,8 +404,8 @@ int main(void)
}
.EE
.SH SEE ALSO
-.BR grep (1),
-.BR regex (7)
+.MR grep 1 ,
+.MR regex 7
.P
The glibc manual section,
.I "Regular Expressions"