From: Fred Drake Date: Fri, 30 Jun 2000 04:21:41 +0000 (+0000) Subject: Say "manual page", not "man page", when referring to the Unix manual. X-Git-Tag: v2.0b1~1253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a748aa832fa3d8a2e454be159ec935d87f6800c;p=thirdparty%2FPython%2Fcpython.git Say "manual page", not "man page", when referring to the Unix manual. --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 5fe6b1aeb4a7..4c7afe83b661 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -372,7 +372,7 @@ block until they can proceed. \end{methoddesc} \begin{methoddesc}[socket]{setsockopt}{level, optname, value} -Set the value of the given socket option (see the \UNIX{} man page +Set the value of the given socket option (see the \UNIX{} manual page \manpage{setsockopt}{2}). The needed symbolic constants are defined in the \module{socket} module (\code{SO_*} etc.). The value can be an integer or a string representing a buffer. In the latter case it is