diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-10-18 14:07:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-10-18 14:07:12 (GMT) |
commit | c405133fcedba1ca9d42ef2aed0eaddf9bfce6c9 (patch) | |
tree | 78d3ff5b330e27b8f7fb0393be9c5604ad17a1db | |
parent | 0eb1ed556b3efefd210361c658aab9e808113534 (diff) | |
download | cpython-c405133fcedba1ca9d42ef2aed0eaddf9bfce6c9.zip cpython-c405133fcedba1ca9d42ef2aed0eaddf9bfce6c9.tar.gz cpython-c405133fcedba1ca9d42ef2aed0eaddf9bfce6c9.tar.bz2 |
Elaborate on types and meaning of the setgroups arguments.
-rw-r--r-- | Doc/lib/libos.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 70552c4..19f53e7 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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} |