summaryrefslogtreecommitdiffstats
path: root/man3/bsearch.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bsearch.3')
-rw-r--r--man3/bsearch.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/bsearch.3 b/man3/bsearch.3
index 56ba64486..54a370048 100644
--- a/man3/bsearch.3
+++ b/man3/bsearch.3
@@ -62,7 +62,7 @@ If there are multiple elements that
match the key, the element returned is unspecified.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -80,7 +80,7 @@ C11, POSIX.1-2008.
POSIX.1-2001, C89, C99, SVr4, 4.3BSD.
.SH EXAMPLES
The example below first sorts an array of structures using
-.BR qsort (3),
+.MR qsort 3 ,
then retrieves desired elements using
.BR bsearch ().
.P
@@ -133,7 +133,7 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR hsearch (3),
-.BR lsearch (3),
-.BR qsort (3),
-.BR tsearch (3)
+.MR hsearch 3 ,
+.MR lsearch 3 ,
+.MR qsort 3 ,
+.MR tsearch 3