aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc.xml
diff options
context:
space:
mode:
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>