diff options
author | Christian Perrier <bubulle@debian.org> | 2014-03-01 19:59:36 +0100 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2014-03-01 19:59:36 +0100 |
commit | 65b471a2f27acb2f3ce378106eb8aeba8b496557 (patch) | |
tree | 29941e07f9b1d7c9a44a08b65782505eb6ef58a5 /man/userdel.8.xml | |
parent | db1dc7288b64873f4f39e8404fd99c1bf55c7a8b (diff) | |
download | shadow-65b471a2f27acb2f3ce378106eb8aeba8b496557.tar.gz |
Imported Upstream version 4.2upstream/4.2
Diffstat (limited to 'man/userdel.8.xml')
-rw-r--r-- | man/userdel.8.xml | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/man/userdel.8.xml b/man/userdel.8.xml index ca47fdde..3f95a8d9 100644 --- a/man/userdel.8.xml +++ b/man/userdel.8.xml @@ -39,7 +39,7 @@ <!-- SHADOW-CONFIG-HERE --> ]> <refentry id='userdel.8'> - <!-- $Id: userdel.8.xml 3742 2012-05-25 11:45:21Z nekral-guest $ --> + <!-- $Id$ --> <refentryinfo> <author> <firstname>Julianne Frances</firstname> @@ -144,8 +144,7 @@ </varlistentry> <varlistentry> <term> - <option>-R</option>, <option>--root</option> - <replaceable>CHROOT_DIR</replaceable> + <option>-R</option>, <option>--root</option> <replaceable>CHROOT_DIR</replaceable> </term> <listitem> <para> @@ -212,6 +211,18 @@ <para>Secure user account information.</para> </listitem> </varlistentry> + <varlistentry condition="subids"> + <term><filename>/etc/subgid</filename></term> + <listitem> + <para>Per user subordinate group IDs.</para> + </listitem> + </varlistentry> + <varlistentry condition="subids"> + <term><filename>/etc/subuid</filename></term> + <listitem> + <para>Per user subordinate user IDs.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> @@ -319,6 +330,14 @@ <citerefentry> <refentrytitle>groupmod</refentrytitle><manvolnum>8</manvolnum> </citerefentry>, + <phrase condition="subids"> + <citerefentry> + <refentrytitle>subgid</refentrytitle><manvolnum>5</manvolnum> + </citerefentry>, + <citerefentry> + <refentrytitle>subuid</refentrytitle><manvolnum>5</manvolnum> + </citerefentry>, + </phrase> <citerefentry> <refentrytitle>useradd</refentrytitle><manvolnum>8</manvolnum> </citerefentry>, |