File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,19 @@ \section{\module{os} ---
2828should be \emph {no } reason not to use \module {os}!
2929
3030
31+ % Frank Stajano <[email protected] > complained that it32+ % wasn't clear that the entries described in the subsections were all
33+ % available at the module level (most uses of subsections are
34+ % different); I think this is only a problem for the HTML version,
35+ % where the relationship may not be as clear.
36+ %
37+ \ifhtml
38+ The \module {os} module contains many functions and data values.
39+ The items below and in the following sub-sections are all available
40+ directly from the \module {os} module.
41+ \fi
42+
43+
3144\begin {excdesc }{error}
3245This exception is raised when a function returns a
3346system-related error (e.g., not for illegal argument types). This is
@@ -74,6 +87,7 @@ \subsection{Process Parameters \label{os-procinfo}}
7487current process and user.
7588
7689\begin {funcdesc }{chdir}{path}
90+ \index {directory!changing}
7791Change the current working directory to \var {path}.
7892Availability: Macintosh, \UNIX {}, Windows.
7993\end {funcdesc }
You can’t perform that action at this time.
0 commit comments