summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-05-25 13:42:26 (GMT)
committerFred Drake <fdrake@acm.org>1999-05-25 13:42:26 (GMT)
commit6b330ba8578a3e7ca58230c98ce1c4b694cc50e2 (patch)
treecfde9fc8d78d2cd095768e62c2354f994589ac35 /Doc
parentfa2def2a6103196bbcba0019e15805a0f6bc755b (diff)
downloadcpython-6b330ba8578a3e7ca58230c98ce1c4b694cc50e2.zip
cpython-6b330ba8578a3e7ca58230c98ce1c4b694cc50e2.tar.gz
cpython-6b330ba8578a3e7ca58230c98ce1c4b694cc50e2.tar.bz2
"proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>.
Added some index entries.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libos.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 65d8131..28f2050 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -104,11 +104,13 @@ Availability: \UNIX{}.
\end{funcdesc}
\begin{funcdesc}{geteuid}{}
+\index{user!effective id}
Return the current process' effective user id.
Availability: \UNIX{}.
\end{funcdesc}
\begin{funcdesc}{getgid}{}
+\index{process!group}
Return the current process' group id.
Availability: \UNIX{}.
\end{funcdesc}
@@ -132,7 +134,7 @@ Availability: \UNIX{}.
\end{funcdesc}
\begin{funcdesc}{getuid}{}
-\index{user id}
+\index{user!id}
Return the current process' user id.
Availability: \UNIX{}.
\end{funcdesc}
@@ -177,6 +179,7 @@ Availability: \UNIX{}.
\end{funcdesc}
\begin{funcdesc}{setuid}{uid}
+\index{user!id, setting}
Set the current process' user id.
Availability: \UNIX{}.
\end{funcdesc}
@@ -716,7 +719,7 @@ Availability: \UNIX{}.
\end{funcdesc}
\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
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