diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-17 02:46:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-17 02:46:34 (GMT) |
commit | b51429a1456520ef75d4d37034d943ba0f9682d2 (patch) | |
tree | 2549ce2fde7c1995d4f2cd041bf1ecb44c9d3aa8 /Doc/mac | |
parent | d579ed8239589dc6a48ae670dd48a6aebf37dcca (diff) | |
download | cpython-b51429a1456520ef75d4d37034d943ba0f9682d2.zip cpython-b51429a1456520ef75d4d37034d943ba0f9682d2.tar.gz cpython-b51429a1456520ef75d4d37034d943ba0f9682d2.tar.bz2 |
Adjust so that it works as part of a HOWTO-based manual.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmac.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index 54049a2..965412f 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -1,7 +1,4 @@ -\chapter{Macintosh Specific Services} -\label{macintosh} - -The modules in this chapter are available on the Apple Macintosh only. +The modules in this manual are available on the Apple Macintosh only. Aside from the modules described here there are also interfaces to various MacOS toolboxes, which are currently not extensively @@ -124,7 +121,7 @@ values in MacPython. One additional function is available: \function{xstat()}. This function returns the same information as \function{stat()}, but with three extra values appended: the size of the resource fork of the file and its -4-char creator and type. +4-character creator and type. \section{Standard Module \module{macpath}} \label{module-macpath} |