summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-08-28 17:18:08 +0000
committerLaurent Bercot <ska@appnovation.com>2021-08-28 17:18:08 +0000
commitfa7f29ff4b5aef142143e9c1d887d73788b703e4 (patch)
tree0ec096b01f94af5a376e37d8720c35f936c449bb /doc
parent8f00f3a276b4fde40bcd0ddaa4dc89d2b5791d89 (diff)
downloads6-fa7f29ff4b5aef142143e9c1d887d73788b703e4.tar.xz
Add s6-svdir-link and s6-svdir-unlink
Not tested yet; not documented yet; to come soon. Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-socklog.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-socklog.html b/doc/s6-socklog.html
index d463fbb..3f66cdc 100644
--- a/doc/s6-socklog.html
+++ b/doc/s6-socklog.html
@@ -83,11 +83,11 @@ This allows <tt>s6-socklog</tt> to use the <a href="notifywhenup.html">s6
mechanism to notify readiness</a>. <em>notif</em> cannot be lesser than 3.
If this option is not given, no readiness notification is sent. </li>
<li> <tt>-u&nbsp;<em>uid</em></tt>&nbsp;: drop user id to <em>uid</em> </li>
- <li> <tt>-g&nbsp;<em>gid</em></tt>&nbsp;: drop group ID to <em>gid</em> </li>
+ <li> <tt>-g&nbsp;<em>gid</em></tt>&nbsp;: drop group id to <em>gid</em> </li>
<li> <tt>-G&nbsp;<em>gidlist</em></tt>&nbsp;: set supplementary group list
-to <em>gidlist</em>, which must be given as a comma-separated list of numeric GIDs,
+to <em>gidlist</em>, which must be given as a comma-separated list of numeric gids,
without spaces. </li>
- <li> <tt>-U</tt>&nbsp;: set user ID, group ID and supplementary group list
+ <li> <tt>-U</tt>&nbsp;: set user id, group id and supplementary group list
to the values of the UID, GID and GIDLIST environment variables. If a <tt>-u</tt>,
<tt>-g</tt> or <tt>-G</tt> option is given after <tt>-U</tt>, the command line
value overrides the environment variable. </li>