]> granicus.if.org Git - python/commitdiff
Elaborate on types and meaning of the setgroups arguments.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 18 Oct 2001 14:07:12 +0000 (14:07 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 18 Oct 2001 14:07:12 +0000 (14:07 +0000)
Doc/lib/libos.tex

index 70552c40070fa998367e23e4b3223afbc73bb1cc..19f53e7fc3636ec61c524c0de2eb53356d670ff3 100644 (file)
@@ -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}