File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ \subsection{Socket Objects}
242242
243243\begin {funcdesc }{getsockopt}{level\, optname\optional {\, buflen}}
244244Return the value of the given socket option (see the \UNIX {} man page
245- { \it getsockopt}(2)). The needed symbolic constants (\code {SO_*} etc.)
245+ \emph { getsockopt }(2)). The needed symbolic constants (\code {SO_*} etc.)
246246are defined in this module. If \var {buflen}
247247is absent, an integer option is assumed and its integer value
248248is returned by the function. If \var {buflen} is present, it specifies
@@ -310,7 +310,7 @@ \subsection{Socket Objects}
310310
311311\begin {funcdesc }{setsockopt}{level\, optname\, value}
312312Set the value of the given socket option (see the \UNIX {} man page
313- { \it setsockopt}(2)). The needed symbolic constants are defined in
313+ \emph { setsockopt }(2)). The needed symbolic constants are defined in
314314the \code {socket} module (\code {SO_*} etc.). The value can be an
315315integer or a string representing a buffer. In the latter case it is
316316up to the caller to ensure that the string contains the proper bits
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ \subsection{Socket Objects}
242242
243243\begin {funcdesc }{getsockopt}{level\, optname\optional {\, buflen}}
244244Return the value of the given socket option (see the \UNIX {} man page
245- { \it getsockopt}(2)). The needed symbolic constants (\code {SO_*} etc.)
245+ \emph { getsockopt }(2)). The needed symbolic constants (\code {SO_*} etc.)
246246are defined in this module. If \var {buflen}
247247is absent, an integer option is assumed and its integer value
248248is returned by the function. If \var {buflen} is present, it specifies
@@ -310,7 +310,7 @@ \subsection{Socket Objects}
310310
311311\begin {funcdesc }{setsockopt}{level\, optname\, value}
312312Set the value of the given socket option (see the \UNIX {} man page
313- { \it setsockopt}(2)). The needed symbolic constants are defined in
313+ \emph { setsockopt }(2)). The needed symbolic constants are defined in
314314the \code {socket} module (\code {SO_*} etc.). The value can be an
315315integer or a string representing a buffer. In the latter case it is
316316up to the caller to ensure that the string contains the proper bits
You can’t perform that action at this time.
0 commit comments