summaryrefslogtreecommitdiffstats
path: root/man2/getsockopt.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getsockopt.2')
-rw-r--r--man2/getsockopt.226
1 files changed, 13 insertions, 13 deletions
diff --git a/man2/getsockopt.2 b/man2/getsockopt.2
index d0a24db76..7534007aa 100644
--- a/man2/getsockopt.2
+++ b/man2/getsockopt.2
@@ -57,7 +57,7 @@ protocol,
should be set to the protocol number of
.BR TCP ;
see
-.BR getprotoent (3).
+.MR getprotoent 3 .
.P
The arguments
.I optval
@@ -101,7 +101,7 @@ the argument should be nonzero to enable a boolean option, or zero if the
option is to be disabled.
.P
For a description of the available socket options see
-.BR socket (7)
+.MR socket 7
and the appropriate protocol man pages.
.SH RETURN VALUE
On success, zero is returned for the standard options.
@@ -138,7 +138,7 @@ In some cases this error can also occur for an invalid value in
(e.g., for the
.B IP_ADD_MEMBERSHIP
option described in
-.BR ip (7)).
+.MR ip 7 ).
.TP
.B ENOPROTOOPT
The option is unknown at the level indicated.
@@ -160,13 +160,13 @@ SVr4, 4.4BSD (first appeared in 4.2BSD).
Several of the socket options should be handled at lower levels of the
system.
.SH SEE ALSO
-.BR ioctl (2),
-.BR socket (2),
-.BR getprotoent (3),
-.BR protocols (5),
-.BR ip (7),
-.BR packet (7),
-.BR socket (7),
-.BR tcp (7),
-.BR udp (7),
-.BR unix (7)
+.MR ioctl 2 ,
+.MR socket 2 ,
+.MR getprotoent 3 ,
+.MR protocols 5 ,
+.MR ip 7 ,
+.MR packet 7 ,
+.MR socket 7 ,
+.MR tcp 7 ,
+.MR udp 7 ,
+.MR unix 7