From eefcba61f433a2cc7c993bcd3daecfd9bf9d081f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 9 Dec 1997 19:47:24 +0000 Subject: [PATCH] Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text. --- Doc/lib/libsocket.tex | 2 +- Doc/libsocket.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 8f6df692e7c..8dc7acf36e4 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -215,7 +215,7 @@ Connect to a remote socket at \var{address}. \end{funcdesc} \begin{funcdesc}{connect_ex}{address} -Likecode{connect(\var{address})}, but return an error indicator +Like \code{connect(\var{address})}, but return an error indicator instead of raising an exception. The error indicator is 0 if the operation succeeded, otherwise the value of the \code{errno} variable. This is useful e.g. for asynchronous connects. diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex index 8f6df692e7c..8dc7acf36e4 100644 --- a/Doc/libsocket.tex +++ b/Doc/libsocket.tex @@ -215,7 +215,7 @@ Connect to a remote socket at \var{address}. \end{funcdesc} \begin{funcdesc}{connect_ex}{address} -Likecode{connect(\var{address})}, but return an error indicator +Like \code{connect(\var{address})}, but return an error indicator instead of raising an exception. The error indicator is 0 if the operation succeeded, otherwise the value of the \code{errno} variable. This is useful e.g. for asynchronous connects.