diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-06 23:34:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-06 23:34:10 +0000 |
commit | 7afd50239da5420d0163621b12fdf5e3214ec297 (patch) | |
tree | 90405606823a3dd8b5e1f11e33616753c61ea60b | |
parent | ccc5eec3fd0ed1b83599d8f97d7194db3b1ea671 (diff) | |
download | s6-7afd50239da5420d0163621b12fdf5e3214ec297.tar.xz |
Doc typo fix
-rw-r--r-- | doc/s6-envuidgid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-envuidgid.html b/doc/s6-envuidgid.html index fed033b..501564a 100644 --- a/doc/s6-envuidgid.html +++ b/doc/s6-envuidgid.html @@ -63,7 +63,7 @@ named <tt>42</tt> in the group database, but <tt>s6-envuidgid -nB root:42</tt> will set UID to 0 and GID to 42. </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>:<em>gidlist/em></tt> : if <em>account</em> + <li> <tt>-D <em>uid</em>:<em>gid</em>:<em>gidlist</em></tt> : if <em>account</em> is unknown, use <em>uid</em>, <em>gid</em> and <em>gidlist</em> as the values for UID and GID and GIDLIST. </li> </ul> |