diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
commit | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (patch) | |
tree | b31bb7ae7e63ca3219475df2533dc298d06e34e6 /Doc/mac/libctb.tex | |
parent | dfb658c3867260ae97a79f74df82a9278f319abb (diff) | |
download | cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.zip cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.gz cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.bz2 |
Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
Diffstat (limited to 'Doc/mac/libctb.tex')
-rw-r--r-- | Doc/mac/libctb.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/mac/libctb.tex b/Doc/mac/libctb.tex index d7302be..59125d4 100644 --- a/Doc/mac/libctb.tex +++ b/Doc/mac/libctb.tex @@ -1,6 +1,9 @@ \section{Built-in Module \module{ctb}} -\label{module-ctb} -\bimodindex{ctb} +\declaremodule{builtin}{ctb} + +\modulesynopsis{Interfaces to the Communications Tool Box. Only the Connection +Manager is currently supported.} + This module provides a partial interface to the Macintosh Communications Toolbox. Currently, only Connection Manager tools are |