aboutsummaryrefslogtreecommitdiffstats
path: root/man7/socket.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
commite1d6264d9feaed449e70f288ebdd40d8abae818c (patch)
treec3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man7/socket.7
parentf8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff)
downloadman-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz
Manual fixes for parentheses formatting
Diffstat (limited to 'man7/socket.7')
-rw-r--r--man7/socket.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index c4efd3146b..a7015f15e2 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -282,7 +282,7 @@ Argument is a
.B ucred
structure.
Only valid as a
-.BR getsockopt .
+.BR getsockopt ().
.TP
.B SO_BINDTODEVICE
Bind this socket to a particular device like \(lqeth0\(rq,
@@ -322,7 +322,7 @@ Gets the socket type as an integer (like
.BR SOCK_STREAM ).
Can only be read
with
-.BR getsockopt .
+.BR getsockopt ().
.\" SO_ACCEPTCONN is in SUSv3, and its origin is explained in
.\" W R Stevens, UNPv1
.TP
@@ -334,7 +334,7 @@ The value 0 indicates that this is not a listening socket,
the value 1 indicates that this is a listening socket.
Can only be read
with
-.BR getsockopt .
+.BR getsockopt ().
.TP
.B SO_DONTROUTE
Don't send via a gateway, only send to directly connected hosts.
@@ -408,7 +408,7 @@ capability.
.TP
.B SO_ERROR
Get and clear the pending socket error. Only valid as a
-.BR getsockopt .
+.BR getsockopt ().
Expects an integer.
.SH SIGNALS
When writing onto a connection-oriented socket that has been shut down