Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4fe7db15
Commit
4fe7db15
authored
Jun 30, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Say "manual page", not "man page", when referring to the Unix manual.
parent
1cd7c4c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/lib/libsocket.tex
Doc/lib/libsocket.tex
+1
-1
No files found.
Doc/lib/libsocket.tex
View file @
4fe7db15
...
@@ -372,7 +372,7 @@ block until they can proceed.
...
@@ -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
{}
man
ual
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment