summaryrefslogtreecommitdiffstats
path: root/man3/sockatmark.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sockatmark.3')
-rw-r--r--man3/sockatmark.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/sockatmark.3 b/man3/sockatmark.3
index 6cd2eb6d6..7a636163b 100644
--- a/man3/sockatmark.3
+++ b/man3/sockatmark.3
@@ -18,7 +18,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 sockatmark ():
@@ -55,7 +55,7 @@ is not a file descriptor to which
can be applied.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -78,7 +78,7 @@ If
returns 1, then the out-of-band data can be read using the
.B MSG_OOB
flag of
-.BR recv (2).
+.MR recv 2 .
.P
Out-of-band data is supported only on some stream socket protocols.
.P
@@ -90,7 +90,7 @@ signal.
.BR sockatmark ()
is implemented using the
.B SIOCATMARK
-.BR ioctl (2)
+.MR ioctl 2
operation.
.SH BUGS
Prior to glibc 2.4,
@@ -132,7 +132,7 @@ and then read the byte of data at the mark:
}
.EE
.SH SEE ALSO
-.BR fcntl (2),
-.BR recv (2),
-.BR send (2),
-.BR tcp (7)
+.MR fcntl 2 ,
+.MR recv 2 ,
+.MR send 2 ,
+.MR tcp 7