summaryrefslogtreecommitdiffstats
path: root/man3/memchr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memchr.3')
-rw-r--r--man3/memchr.328
1 files changed, 14 insertions, 14 deletions
diff --git a/man3/memchr.3 b/man3/memchr.3
index bb598c7d4..3f1da33cd 100644
--- a/man3/memchr.3
+++ b/man3/memchr.3
@@ -28,7 +28,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR memrchr (),
@@ -78,9 +78,9 @@ If an instance of
.I c
is not found, the behavior is undefined.
Use either
-.BR strlen (3)
+.MR strlen 3
or
-.BR memchr (3)
+.MR memchr 3
instead.
.SH RETURN VALUE
The
@@ -96,7 +96,7 @@ The
function returns a pointer to the matching byte.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -130,13 +130,13 @@ glibc 2.2.
.BR rawmemchr ()
glibc 2.1.
.SH SEE ALSO
-.BR bstring (3),
-.BR ffs (3),
-.BR memmem (3),
-.BR strchr (3),
-.BR strpbrk (3),
-.BR strrchr (3),
-.BR strsep (3),
-.BR strspn (3),
-.BR strstr (3),
-.BR wmemchr (3)
+.MR bstring 3 ,
+.MR ffs 3 ,
+.MR memmem 3 ,
+.MR strchr 3 ,
+.MR strpbrk 3 ,
+.MR strrchr 3 ,
+.MR strsep 3 ,
+.MR strspn 3 ,
+.MR strstr 3 ,
+.MR wmemchr 3