aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 13:39:28 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 13:39:28 +0000
commit8ad79807a3c97e18a90319c9b91018b0be2bbb3c (patch)
tree2c81e99ccc07955e04e833dd91650e7a3385cbe5 /chapter06/psmisc.xml
parentef57e3bcf1a7fb7eda2717fc2334fe599da01888 (diff)
Tags corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3812 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r--chapter06/psmisc.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index a95fdd262..419633f0f 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -37,11 +37,11 @@ GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
<variablelist>
<varlistentry>
-<term><userinput>--exec-prefix=""</userinput></term>
+<term><parameter>--exec-prefix=""</parameter></term>
<listitem><para>This causes the
-binaries to be installed in <filename>/bin</filename> instead of
-<filename>/usr/bin</filename>. As the Psmisc programs are often used in
-bootscripts, they should be available also when the <filename>/usr</filename>
+binaries to be installed in <filename class="directory">/bin</filename> instead of
+<filename class="directory">/usr/bin</filename>. As the Psmisc programs are often used in
+bootscripts, they should be available also when the <filename class="directory">/usr</filename>
file system isn't mounted.</para></listitem>
</varlistentry>
</variablelist>
@@ -54,12 +54,12 @@ file system isn't mounted.</para></listitem>
<screen><userinput>make install</userinput></screen>
-<para>There is no reason for the <filename>pstree</filename> and
-<filename>pstree.x11</filename> programs to reside in
+<para>There is no reason for the <command>pstree</command> and
+<command>pstree.x11</command> programs to reside in
<filename class="directory">/bin</filename>. We therefore move them to
<filename class="directory">/usr/bin</filename>. Also, there is no need
-for <filename>pstree.x11</filename> to exist as a separate program. We
-therefore make it a symbolic link to <filename>pstree</filename>:</para>
+for <command>pstree.x11</command> to exist as a separate program. We
+therefore make it a symbolic link to <command>pstree</command>:</para>
<screen><userinput>mv /bin/pstree* /usr/bin
ln -sf pstree /usr/bin/pstree.x11</userinput></screen>