summaryrefslogtreecommitdiffstats
path: root/Doc/mac/libmacfs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-02 16:37:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-02 16:37:17 (GMT)
commitf6863c19091ca23ef69db31aa033b5802c2be871 (patch)
tree016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/mac/libmacfs.tex
parent46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff)
downloadcpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip
cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz
cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2
Added \platform annotations.
Diffstat (limited to 'Doc/mac/libmacfs.tex')
-rw-r--r--Doc/mac/libmacfs.tex17
1 files changed, 7 insertions, 10 deletions
diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex
index e7aa66c..86d8d0d 100644
--- a/Doc/mac/libmacfs.tex
+++ b/Doc/mac/libmacfs.tex
@@ -1,13 +1,12 @@
\section{\module{macfs} ---
- FSSpec, the Alias Manager, \program{finder} aliases,
- and the Standard File package.}
-\declaremodule{builtin}{macfs}
+ Various file system services}
+\declaremodule{builtin}{macfs}
+ \platform{Mac}
\modulesynopsis{Support for FSSpec, the Alias Manager,
\program{finder} aliases, and the Standard File package.}
-
This module provides access to Macintosh FSSpec handling, the Alias
Manager, \program{finder} aliases and the Standard File package.
\index{Macintosh Alias Manager}
@@ -111,8 +110,8 @@ Locate the application with 4-char creator code \var{creator}. The
function returns an \pytype{FSSpec} object pointing to the application.
\end{funcdesc}
-\subsection{FSSpec objects}
-\label{fsspec-objects}
+
+\subsection{FSSpec objects \label{fsspec-objects}}
\begin{memberdesc}[FSSpec]{data}
The raw data from the FSSpec object, suitable for passing
@@ -168,8 +167,7 @@ Python.
\end{methoddesc}
-\subsection{Alias Objects}
-\label{alias-objects}
+\subsection{Alias Objects \label{alias-objects}}
\begin{memberdesc}[Alias]{data}
The raw data for the Alias record, suitable for storing in a resource
@@ -202,8 +200,7 @@ has changed the Python program is responsible for getting the
resource.
-\subsection{FInfo Objects}
-\label{finfo-objects}
+\subsection{FInfo Objects \label{finfo-objects}}
See \emph{Inside Macintosh: Files} for a complete description of what
the various fields mean.