diff options
Diffstat (limited to 'man7/socket.7')
| -rw-r--r-- | man7/socket.7 | 8 |
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 |
