Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfa157d

Browse files
committed
Doc fix for SF #962633.
1 parent 41627bf commit cfa157d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Doc/mac/libmacfs.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ \section{\module{macfs} ---
99
\deprecated{2.3}{The macfs module should be considered obsolete. For
1010
\class{FSSpec}, \class{FSRef} and \class{Alias} handling use the
1111
\module{Carbon.File} or \refmodule{Carbon.Folder} module. For file
12-
dialogs use the \refmodule{EasyDialogs} module.}
12+
dialogs use the \refmodule{EasyDialogs} module. Also, this module is
13+
known to not work correctly with UFS partitions.}
1314

1415
This module provides access to Macintosh \class{FSSpec} handling, the
1516
Alias Manager, \program{finder} aliases and the Standard File package.

Doc/mac/libmacostools.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ \section{\module{macostools} ---
88

99
This module contains some convenience routines for file-manipulation
1010
on the Macintosh. All file parameters can be specified as
11-
pathnames, \class{FSRef} or \class{FSSpec} objects.
11+
pathnames, \class{FSRef} or \class{FSSpec} objects. This module
12+
expects a filesystem which supports forked files, so it should not
13+
be used on UFS partitions.
1214

1315
The \module{macostools} module defines the following functions:
1416

0 commit comments

Comments
 (0)