Commit 6b330ba8 authored by Fred Drake's avatar Fred Drake

"proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>.

Added some index entries.
parent fa2def2a
...@@ -104,11 +104,13 @@ Availability: \UNIX{}. ...@@ -104,11 +104,13 @@ Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{geteuid}{} \begin{funcdesc}{geteuid}{}
\index{user!effective id}
Return the current process' effective user id. Return the current process' effective user id.
Availability: \UNIX{}. Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{getgid}{} \begin{funcdesc}{getgid}{}
\index{process!group}
Return the current process' group id. Return the current process' group id.
Availability: \UNIX{}. Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
...@@ -132,7 +134,7 @@ Availability: \UNIX{}. ...@@ -132,7 +134,7 @@ Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{getuid}{} \begin{funcdesc}{getuid}{}
\index{user id} \index{user!id}
Return the current process' user id. Return the current process' user id.
Availability: \UNIX{}. Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
...@@ -177,6 +179,7 @@ Availability: \UNIX{}. ...@@ -177,6 +179,7 @@ Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{setuid}{uid} \begin{funcdesc}{setuid}{uid}
\index{user!id, setting}
Set the current process' user id. Set the current process' user id.
Availability: \UNIX{}. Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
...@@ -716,7 +719,7 @@ Availability: \UNIX{}. ...@@ -716,7 +719,7 @@ Availability: \UNIX{}.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{waitpid}{pid, options} \begin{funcdesc}{waitpid}{pid, options}
Wait for completion of a child process given by proces id, and return Wait for completion of a child process given by process id, and return
a tuple containing its process id and exit status indication (encoded a tuple containing its process id and exit status indication (encoded
as for \function{wait()}). The semantics of the call are affected by as for \function{wait()}). The semantics of the call are affected by
the value of the integer \var{options}, which should be \code{0} for the value of the integer \var{options}, which should be \code{0} for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment