aboutsummaryrefslogtreecommitdiffstats
path: root/man7/socket.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/socket.7')
-rw-r--r--man7/socket.712
1 files changed, 6 insertions, 6 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index d8ff715489..b14a8717be 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -394,7 +394,7 @@ is not changeable on Linux
.RB ( setsockopt
fails with the error
.BR ENOPROTOOPT ).
-.BR SO_RCVLOWAT
+.B SO_RCVLOWAT
is changeable
only since Linux 2.4.
The
@@ -406,7 +406,7 @@ system calls currently do not respect the
setting on Linux,
and mark a socket readable when even a single byte of data is available.
A subsequent read from the socket will block until
-.BR SO_RCVLOWAT
+.B SO_RCVLOWAT
bytes are available.
.\" See http://marc.theaimsgroup.com/?l=linux-kernel&m=111049368106984&w=2
.\" Tested on kernel 2.6.14 -- mtk, 30 Nov 05
@@ -617,7 +617,7 @@ returns \-1 with
set to
.BR ENOENT ).
.TP
-.BR SIOCSPGRP
+.B SIOCSPGRP
Set the process or process group to send
.B SIGIO
or
@@ -649,7 +649,7 @@ is raised when a new I/O event occurs.
Argument is an integer boolean flag.
.\"
.TP
-.BR SIOCGPGRP
+.B SIOCGPGRP
Get the current process or process group that receives
.B SIGIO
or
@@ -662,12 +662,12 @@ Valid
.BR fcntl (2)
operations:
.TP
-.BR FIOGETOWN
+.B FIOGETOWN
The same as the
.B SIOCGPGRP
.BR ioctl (2).
.TP
-.BR FIOSETOWN
+.B FIOSETOWN
The same as the
.B SIOCSPGRP
.BR ioctl (2).