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

Skip to content

Commit c405133

Browse files
committed
Elaborate on types and meaning of the setgroups arguments.
1 parent 0eb1ed5 commit c405133

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/lib/libos.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,10 @@ \subsection{Process Parameters \label{os-procinfo}}
205205
\end{funcdesc}
206206

207207
\begin{funcdesc}{setgroups}{groups}
208-
Set list of supplemental group ids associated with the current
209-
process to \var{groups}.
208+
Set the list of supplemental group ids associated with the current
209+
process to \var{groups}. \var{groups} must be a sequence, and each
210+
element must be an integer identifying a group. This operation is
211+
typical available only to the superuser.
210212
Availability: \UNIX{}.
211213
\versionadded{2.2}
212214
\end{funcdesc}

0 commit comments

Comments
 (0)