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

Skip to content

Commit 859dc53

Browse files
committed
Per Frank Stajano's suggestion, state explicitly that the functions
described in the sub-sections are directly available at the module level. He found this confusing.
1 parent b216060 commit 859dc53

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/lib/libos.tex

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ \section{\module{os} ---
2828
should be \emph{no} reason not to use \module{os}!
2929

3030

31+
% Frank Stajano <[email protected]> complained that it
32+
% 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}
3245
This exception is raised when a function returns a
3346
system-related error (e.g., not for illegal argument types). This is
@@ -74,6 +87,7 @@ \subsection{Process Parameters \label{os-procinfo}}
7487
current process and user.
7588

7689
\begin{funcdesc}{chdir}{path}
90+
\index{directory!changing}
7791
Change the current working directory to \var{path}.
7892
Availability: Macintosh, \UNIX{}, Windows.
7993
\end{funcdesc}

0 commit comments

Comments
 (0)