]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Say "manual page", not "man page", when referring to the Unix manual.
authorFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 04:21:41 +0000 (04:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 04:21:41 +0000 (04:21 +0000)
Doc/lib/libsocket.tex

index 5fe6b1aeb4a74a203a48f5b4fae6b625de967791..4c7afe83b661bbef802ca86e4336d886674c097e 100644 (file)
@@ -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