summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-30 04:21:41 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-30 04:21:41 (GMT)
commit9a748aa832fa3d8a2e454be159ec935d87f6800c (patch)
tree50a04b5108ac4e15940a852c692823ac14cf7685 /Doc
parent947121fd9cfae1ce148493e239636d0f3fa9a863 (diff)
downloadcpython-9a748aa832fa3d8a2e454be159ec935d87f6800c.zip
cpython-9a748aa832fa3d8a2e454be159ec935d87f6800c.tar.gz
cpython-9a748aa832fa3d8a2e454be159ec935d87f6800c.tar.bz2
Say "manual page", not "man page", when referring to the Unix manual.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsocket.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index 5fe6b1a..4c7afe8 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