aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r--chapter06/psmisc.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index 8368e3a7f..18d390a18 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -43,7 +43,7 @@
<para>Prepare Psmisc for compilation:</para>
-<screen><userinput>./configure --prefix=/usr --exec-prefix=""</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --exec-prefix=""</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -63,20 +63,20 @@
<para>Compile the package:</para>
-<screen><userinput>make</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Install the package:</para>
-<screen><userinput>make install</userinput></screen>
+<screen><userinput remap="install">make install</userinput></screen>
<para>There is no reason for the <command>pstree</command> and
<command>pstree.x11</command> programs to reside in <filename
class="directory">/bin</filename>. Therefore, move them to <filename
class="directory">/usr/bin</filename>:</para>
-<screen><userinput>mv -v /bin/pstree* /usr/bin</userinput></screen>
+<screen><userinput remap="install">mv -v /bin/pstree* /usr/bin</userinput></screen>
<para>By default, Psmisc's <command>pidof</command> program is not
installed. This usually is not a problem because it is installed later
@@ -85,7 +85,7 @@
particular system, complete the installation of Psmisc by creating the
following symlink:</para>
-<screen><userinput>ln -sv killall /bin/pidof</userinput></screen>
+<screen><userinput remap="install">ln -sv killall /bin/pidof</userinput></screen>
</sect2>