summaryrefslogtreecommitdiffstats
path: root/man3/endian.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/endian.3')
-rw-r--r--man3/endian.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/endian.3 b/man3/endian.3
index 6cd85317a..f6df7d906 100644
--- a/man3/endian.3
+++ b/man3/endian.3
@@ -35,7 +35,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
.ad l
.P
@@ -99,7 +99,7 @@ None.
glibc 2.9.
.P
These functions are similar to the older
-.BR byteorder (3)
+.MR byteorder 3
family of functions.
For example,
.BR be32toh ()
@@ -107,7 +107,7 @@ is identical to
.BR ntohl ().
.P
The advantage of the
-.BR byteorder (3)
+.MR byteorder 3
functions is that they are standard functions available
on all UNIX systems.
On the other hand, the fact that they were designed
@@ -160,5 +160,5 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR bswap (3),
-.BR byteorder (3)
+.MR bswap 3 ,
+.MR byteorder 3