diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/mac/libctb.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/mac/libctb.tex')
-rw-r--r-- | Doc/mac/libctb.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/mac/libctb.tex b/Doc/mac/libctb.tex index de2e865..6637528 100644 --- a/Doc/mac/libctb.tex +++ b/Doc/mac/libctb.tex @@ -1,7 +1,8 @@ \section{\module{ctb} --- - Interface to the Communications Tool Box.} -\declaremodule{builtin}{ctb} + Interface to the Communications Tool Box} +\declaremodule{builtin}{ctb} + \platform{Mac} \modulesynopsis{Interfaces to the Communications Tool Box. Only the Connection Manager is supported.} @@ -48,8 +49,8 @@ Alternatively, passing \code{None} for \var{sizes} will result in default buffer sizes. \end{funcdesc} -\subsection{connection object} -\label{connection-object} + +\subsection{Connection Objects \label{connection-object}} For all connection methods that take a \var{timeout} argument, a value of \code{-1} is indefinite, meaning that the command runs to completion. |