diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-06-19 13:39:28 +0000 |
commit | 8ad79807a3c97e18a90319c9b91018b0be2bbb3c (patch) | |
tree | 2c81e99ccc07955e04e833dd91650e7a3385cbe5 /chapter06/shadow.xml | |
parent | ef57e3bcf1a7fb7eda2717fc2334fe599da01888 (diff) |
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 1ce985807..574a20d97 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -81,12 +81,12 @@ mv /usr/bin/passwd /bin</userinput></screen> <screen><userinput>mv /usr/lib/lib{shadow,misc}.so.0* /lib</userinput></screen> <para>As some packages expect to find the just-moved libraries in -<filename>/usr/lib</filename>, create the following symlinks:</para> +<filename class="directory">/usr/lib</filename>, create the following symlinks:</para> <screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen> -<para>The -D option of the <filename>useradd</filename> program requires this +<para>The <parameter>-D</parameter> option of the <command>useradd</command> program requires this directory for it to work properly:</para> <screen><userinput>mkdir /etc/default</userinput></screen> @@ -415,7 +415,7 @@ shell, initial group, home directory, and the like.</para> </varlistentry> <varlistentry id="libmisc"> -<term><command>libmisc</command></term> +<term><filename class="libraryfile">libmisc</filename></term> <listitem> <indexterm zone="ch-system-shadow libmisc"><primary sortas="c-libmisc">libmisc</primary></indexterm> <para>...</para> @@ -423,7 +423,7 @@ shell, initial group, home directory, and the like.</para> </varlistentry> <varlistentry id="libshadow"> -<term><command>libshadow</command></term> +<term><filename class="libraryfile">libshadow</filename></term> <listitem> <indexterm zone="ch-system-shadow libshadow"><primary sortas="c-libshadow">libshadow</primary></indexterm> <para>contains functions used by most programs in this package.</para> |