diff options
Diffstat (limited to 'doc/s6-envuidgid.html')
-rw-r--r-- | doc/s6-envuidgid.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/s6-envuidgid.html b/doc/s6-envuidgid.html index b3fa6b3..48e9a20 100644 --- a/doc/s6-envuidgid.html +++ b/doc/s6-envuidgid.html @@ -26,7 +26,7 @@ then executes into another program. <h2> Interface </h2> <pre> - s6-envuidgid [ -i | -D <em>uid</em>:<em>gid</em> ] <em>account</em> <em>prog...</em> + s6-envuidgid [ -g ] [ -i | -D <em>uid</em>:<em>gid</em> ] <em>account</em> <em>prog...</em> </pre> <ul> @@ -43,6 +43,9 @@ primary group, GIDLIST is still set, but empty.) </li> <h2> Options </h2> <ul> + <li> <tt>-g</tt> : group. <em>account</em> will be interpreted as a +group name instead of a user name; the GID environment variable will be set +to its numerical value, and the UID and GIDLIST variables will not be touched. </li> <li> <tt>-i</tt> : insist. If <em>account</em> is unknown, exit 1 with an error message. This is the default. </li> <li> <tt>-D <em>uid</em>:<em>gid</em></tt> : if <em>account</em> |