Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9eb5e50

Browse files
committed
Consistency: "{\it ...}" ==> "\emph{...}"
1 parent c520b69 commit 9eb5e50

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libsocket.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ \subsection{Socket Objects}
242242
243243
\begin{funcdesc}{getsockopt}{level\, optname\optional{\, buflen}}
244244
Return 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.)
246246
are defined in this module. If \var{buflen}
247247
is absent, an integer option is assumed and its integer value
248248
is 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}
312312
Set 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
314314
the \code{socket} module (\code{SO_*} etc.). The value can be an
315315
integer or a string representing a buffer. In the latter case it is
316316
up to the caller to ensure that the string contains the proper bits

Doc/libsocket.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ \subsection{Socket Objects}
242242
243243
\begin{funcdesc}{getsockopt}{level\, optname\optional{\, buflen}}
244244
Return 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.)
246246
are defined in this module. If \var{buflen}
247247
is absent, an integer option is assumed and its integer value
248248
is 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}
312312
Set 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
314314
the \code{socket} module (\code{SO_*} etc.). The value can be an
315315
integer or a string representing a buffer. In the latter case it is
316316
up to the caller to ensure that the string contains the proper bits

0 commit comments

Comments
 (0)