commit 7afd50239da5420d0163621b12fdf5e3214ec297
parent ccc5eec3fd0ed1b83599d8f97d7194db3b1ea671
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Tue, 6 Sep 2016 23:34:10 +0000
Doc typo fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>