diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
| commit | 0daa9e92d0cc449d25d4fd200759177024baae84 (patch) | |
| tree | ab554843b62ec3ad24acbdfbc8535e787c88d924 /man7/socket.7 | |
| parent | c11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff) | |
| download | man-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz | |
Fix redundant formatting macros
Diffstat (limited to 'man7/socket.7')
| -rw-r--r-- | man7/socket.7 | 12 |
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). |
