Skip to content

Commit

Permalink
The parameter to the listen() method is not optional, but was marked as
Browse files Browse the repository at this point in the history
optional in the documentation.

This closes SF bug #427985.
  • Loading branch information
freddrake committed May 29, 2001
1 parent b2625eb commit c80d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/lib/libasyncore.tex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ \section{\module{asyncore} ---
Read at most \var{buffer_size} bytes from the socket.
\end{methoddesc}

\begin{methoddesc}{listen}{\optional{backlog}}
\begin{methoddesc}{listen}{backlog}
Listen for connections made to the socket. The \var{backlog}
argument specifies the maximum number of queued connections
and should be at least 1; the maximum value is
Expand Down

0 comments on commit c80d4dd

Please sign in to comment.