]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/getsockopt.2
Automated addition of parentheses by add_parens_for_own_funcs.sh
[thirdparty/man-pages.git] / man2 / getsockopt.2
index 1322341acef4ec716042d9b2c35feb8d21b109e0..f265ce46b580a196d163fdd8c9bc77be836d0540 100644 (file)
@@ -55,7 +55,7 @@ getsockopt, setsockopt \- get and set options on sockets
 .SH DESCRIPTION
 .B Getsockopt
 and
-.B setsockopt
+.BR setsockopt ()
 manipulate the
 .I options
 associated with a socket.  Options may exist at multiple
@@ -86,12 +86,12 @@ The parameters
 and
 .I optlen
 are used to access option values for
-.BR setsockopt .
+.BR setsockopt ().
 For
-.B getsockopt
+.BR getsockopt ()
 they identify a buffer in which the value for the
 requested option(s) are to be returned.  For
-.BR getsockopt ,
+.BR getsockopt (),
 .I optlen
 is a value-result parameter, initially containing the
 size of the buffer pointed to by
@@ -115,7 +115,7 @@ Most socket-level options utilize an
 parameter for
 .IR optval .
 For
-.BR setsockopt ,
+.BR setsockopt (),
 the parameter should be non-zero to enable a boolean option, or zero if the
 option is to be disabled.
 
@@ -139,7 +139,7 @@ is not a valid descriptor.
 The address pointed to by 
 .I optval
 is not in a valid part of the process address space.  For
-.BR getsockopt ,
+.BR getsockopt (),
 this error may also be returned if
 .I optlen
 is not in a valid part of the process address space.