]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
"proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>.
authorFred Drake <fdrake@acm.org>
Tue, 25 May 1999 13:42:26 +0000 (13:42 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 25 May 1999 13:42:26 +0000 (13:42 +0000)
Added some index entries.

Doc/lib/libos.tex

index 65d8131adf7890837b2b175915efd08d22ade794..28f20509a4f76f76f527254cd572fdccdf3aede2 100644 (file)
@@ -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