diff options
Diffstat (limited to 'Doc/lib/libposix.tex')
-rw-r--r-- | Doc/lib/libposix.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 593d7ca..aee6c0d 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -13,7 +13,7 @@ disguised \UNIX{} interface). \strong{Do not import this module directly.} Instead, import the module \refmodule{os}, which provides a \emph{portable} version of this -interface. On \UNIX{}, the \refmodule{os} module provides a superset of +interface. On \UNIX, the \refmodule{os} module provides a superset of the \module{posix} interface. On non-\UNIX{} operating systems the \module{posix} module is not available, but a subset is always available through the \refmodule{os} interface. Once \refmodule{os} is |