summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-20 04:54:23 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-20 04:54:23 (GMT)
commit9eb5e5097e382b77d4e65e16bf251eb29dbd16d5 (patch)
tree24b6584ad45736d074df8cb443d92cc5111f1120 /Doc
parentc520b695fe033e4ccc76abdcdb020cead4e58ef0 (diff)
downloadcpython-9eb5e5097e382b77d4e65e16bf251eb29dbd16d5.zip
cpython-9eb5e5097e382b77d4e65e16bf251eb29dbd16d5.tar.gz
cpython-9eb5e5097e382b77d4e65e16bf251eb29dbd16d5.tar.bz2
Consistency: "{\it ...}" ==> "\emph{...}"
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsocket.tex4
-rw-r--r--Doc/libsocket.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index a24263a..bede8a8 100644
--- a/Doc/lib/libsocket.tex
+++ b/Doc/lib/libsocket.tex
@@ -242,7 +242,7 @@ see above.)
\begin{funcdesc}{getsockopt}{level\, optname\optional{\, buflen}}
Return the value of the given socket option (see the \UNIX{} man page
-{\it getsockopt}(2)). The needed symbolic constants (\code{SO_*} etc.)
+\emph{getsockopt}(2)). The needed symbolic constants (\code{SO_*} etc.)
are defined in this module. If \var{buflen}
is absent, an integer option is assumed and its integer value
is returned by the function. If \var{buflen} is present, it specifies
@@ -310,7 +310,7 @@ raised; in blocking mode, the calls block until they can proceed.
\begin{funcdesc}{setsockopt}{level\, optname\, value}
Set the value of the given socket option (see the \UNIX{} man page
-{\it setsockopt}(2)). The needed symbolic constants are defined in
+\emph{setsockopt}(2)). The needed symbolic constants are defined in
the \code{socket} module (\code{SO_*} etc.). The value can be an
integer or a string representing a buffer. In the latter case it is
up to the caller to ensure that the string contains the proper bits
diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex
index a24263a..bede8a8 100644
--- a/Doc/libsocket.tex
+++ b/Doc/libsocket.tex
@@ -242,7 +242,7 @@ see above.)
\begin{funcdesc}{getsockopt}{level\, optname\optional{\, buflen}}
Return the value of the given socket option (see the \UNIX{} man page
-{\it getsockopt}(2)). The needed symbolic constants (\code{SO_*} etc.)
+\emph{getsockopt}(2)). The needed symbolic constants (\code{SO_*} etc.)
are defined in this module. If \var{buflen}
is absent, an integer option is assumed and its integer value
is returned by the function. If \var{buflen} is present, it specifies
@@ -310,7 +310,7 @@ raised; in blocking mode, the calls block until they can proceed.
\begin{funcdesc}{setsockopt}{level\, optname\, value}
Set the value of the given socket option (see the \UNIX{} man page
-{\it setsockopt}(2)). The needed symbolic constants are defined in
+\emph{setsockopt}(2)). The needed symbolic constants are defined in
the \code{socket} module (\code{SO_*} etc.). The value can be an
integer or a string representing a buffer. In the latter case it is
up to the caller to ensure that the string contains the proper bits