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/libmacostools.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/mac/libmacostools.tex')
-rw-r--r-- | Doc/mac/libmacostools.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index eebafcc..797af26 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -1,7 +1,8 @@ \section{\module{macostools} --- - Convenience routines for file manipulation.} -\declaremodule{standard}{macostools} + Convenience routines for file manipulation} +\declaremodule{standard}{macostools} + \platform{Mac} \modulesynopsis{Convenience routines for file manipulation.} @@ -50,10 +51,12 @@ Note that the process of creating finder aliases is not specified in the Apple documentation. Hence, aliases created with \function{mkalias()} could conceivably have incompatible behaviour in some cases. + \section{\module{findertools} --- - Wrappers around the \program{finder}'s Apple Events interface.} -\declaremodule{standard}{findertools} + The \program{finder}'s Apple Events interface} +\declaremodule{standard}{findertools} + \platform{Mac} \modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.} |