diff options
author | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-06 01:17:52 (GMT) |
---|---|---|
committer | Nicholas Bastin <nick.bastin@gmail.com> | 2004-06-06 01:17:52 (GMT) |
commit | cfa157d808d387551e3973c6e4e8e5eebca3b051 (patch) | |
tree | 1cd922c17116fb6063021906dd332e66c58d4f84 /Doc/mac/libmacostools.tex | |
parent | 41627bf78db5403b493143c90e96d75fc7021a05 (diff) | |
download | cpython-cfa157d808d387551e3973c6e4e8e5eebca3b051.zip cpython-cfa157d808d387551e3973c6e4e8e5eebca3b051.tar.gz cpython-cfa157d808d387551e3973c6e4e8e5eebca3b051.tar.bz2 |
Doc fix for SF #962633.
Diffstat (limited to 'Doc/mac/libmacostools.tex')
-rw-r--r-- | Doc/mac/libmacostools.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index 06ddbc7..556e46f 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -8,7 +8,9 @@ This module contains some convenience routines for file-manipulation on the Macintosh. All file parameters can be specified as -pathnames, \class{FSRef} or \class{FSSpec} objects. +pathnames, \class{FSRef} or \class{FSSpec} objects. This module +expects a filesystem which supports forked files, so it should not +be used on UFS partitions. The \module{macostools} module defines the following functions: |