mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Say "manual page", not "man page", when referring to the Unix manual.
This commit is contained in:
parent
947121fd9c
commit
9a748aa832
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ block until they can proceed.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[socket]{setsockopt}{level, optname, value}
|
\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
|
\manpage{setsockopt}{2}). The needed symbolic constants are defined in
|
||||||
the \module{socket} module (\code{SO_*} etc.). The value can be an
|
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
|
integer or a string representing a buffer. In the latter case it is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue