diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 8 | ||||
-rw-r--r-- | chapter06/shadow.xml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 4569908a7..e9ee8336c 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -653,14 +653,6 @@ strange patterns, to make it real hard to recover the data.</para> </listitem> </varlistentry> -<varlistentry id="su"> -<term><command>su</command></term> -<listitem> -<indexterm zone="ch-system-coreutils su"><primary sortas="b-su">su</primary></indexterm> -<para>runs a shell with substitute user and group IDs.</para> -</listitem> -</varlistentry> - <varlistentry id="sum"> <term><command>sum</command></term> <listitem> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index a1846e85c..7a232c01c 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -362,6 +362,14 @@ is set to that of the given group.</para> </listitem> </varlistentry> +<varlistentry id="su"> +<term><command>su</command></term> +<listitem> +<indexterm zone="ch-system-shadow su"><primary sortas="b-su">su</primary></indexterm> +<para>runs a shell with substitute user and group IDs.</para> +</listitem> +</varlistentry> + <varlistentry id="useradd"> <term><command>useradd</command></term> <listitem> |