diff options
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index c02d6a6..ebc3c5c 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -144,6 +144,12 @@ are multiple login names which map to the same user id. Availability: \UNIX. \end{funcdesc} +\begin{funcdesc}{getpgid}{pid} +Return the process group id of the process with process id \var{pid}. +If \var{pid} is 0, the process group id of the current process is +returned. Availability: \UNIX. +\end{funcdesc} + \begin{funcdesc}{getpgrp}{} \index{process!group} Return the id of the current process group. |