diff options
Diffstat (limited to 'Doc/mac/libmac.tex')
-rw-r--r-- | Doc/mac/libmac.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index 05df394..50688ac 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -41,8 +41,9 @@ The following modules are documented here: \section{\module{mac} --- Implementations for the \module{os} module} -\declaremodule{builtin}{mac} +\declaremodule{builtin}{mac} + \platform{Mac} \modulesynopsis{Implementations for the \module{os} module.} @@ -82,8 +83,10 @@ One additional function is available: \section{\module{macpath} --- MacOS path manipulation functions} -\declaremodule{standard}{macpath} +\declaremodule{standard}{macpath} +% Could be labeled \platform{Mac}, but the module should work anywhere and +% is distributed with the standard library. \modulesynopsis{MacOS path manipulation functions.} |