Commit c405133f authored by Martin v. Löwis's avatar Martin v. Löwis

Elaborate on types and meaning of the setgroups arguments.

parent 0eb1ed55
......@@ -205,8 +205,10 @@ Availability: \UNIX{}.
\end{funcdesc}
\begin{funcdesc}{setgroups}{groups}
Set list of supplemental group ids associated with the current
process to \var{groups}.
Set the list of supplemental group ids associated with the current
process to \var{groups}. \var{groups} must be a sequence, and each
element must be an integer identifying a group. This operation is
typical available only to the superuser.
Availability: \UNIX{}.
\versionadded{2.2}
\end{funcdesc}
......
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