@@ -36,63 +36,15 @@ \section{Introduction}
3636
3737The following modules are documented here:
3838
39- \begin { description }
39+ \localmoduletable
4040
41- \item [mac]
42- --- Similar interfaces to the \module {posix} module.
4341
44- \item [macpath]
45- --- Path manipulation functions; use via \code {os.path}.
46-
47- \item [ctb]
48- --- Interfaces to the Communications Tool Box. Only the Connection
49- Manager is currently supported.
50-
51- \item [macconsole]
52- --- Think C's console package is available using this module.
53-
54- \item [macdnr]
55- --- Interfaces to the Macintosh Domain Name Resolver.
56-
57- \item [macfs]
58- --- Support for FSSpec, the Alias Manager, \program {finder} aliases,
59- and the Standard File package.
60-
61- \item [macic]
62- --- Internet Config.
63-
64- \item [MacOS]
65- --- Access to MacOS specific interpreter features.
66-
67- \item [macostools]
68- --- Convenience routines for file manipulation.
69-
70- \item [findertools]
71- --- Wrappers around the \program {finder}'s Apple Events interface.
72-
73- \item [mactcp]
74- --- The MacTCP interfaces.
75-
76- \item [macspeech]
77- --- Interface to the Macintosh Speech Manager.
78-
79- \item [EasyDialogs]
80- --- Basic Macintosh dialogs.
81-
82- \item [FrameWork]
83- --- Interactive application framework.
84-
85- \item [MiniAEFrame]
86- --- Support to act as an Open Scripting Architecture (OSA) server
87- (`` Apple Events'' ).
42+ \section {Built-in Module \module {mac} }
43+ \declaremodule {builtin}{mac}
8844
89- \end { description }
45+ \modulesynopsis {Similar interfaces to the \module {posix} module. }
9046
9147
92- \section {Built-in Module \module {mac} }
93- \label {module-mac }
94- \bimodindex {mac}
95-
9648This module provides a subset of the operating system dependent
9749functionality provided by the optional built-in module \module {posix}.
9850It is best accessed through the more portable standard module
@@ -126,9 +78,12 @@ \section{Built-in Module \module{mac}}
12678values appended: the size of the resource fork of the file and its
127794-character creator and type.
12880
81+
12982\section {Standard Module \module {macpath} }
130- \label {module-macpath }
131- \stmodindex {macpath}
83+ \declaremodule {standard}{macpath}
84+
85+ \modulesynopsis {MacOS path manipulation functions.}
86+
13287
13388This module provides a subset of the pathname manipulation functions
13489available from the optional standard module \module {posixpath}. It is
0 commit comments