aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/psmisc-inst.xml')
-rw-r--r--chapter06/psmisc-inst.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/psmisc-inst.xml b/chapter06/psmisc-inst.xml
index 7fd1f51d5..933657e23 100644
--- a/chapter06/psmisc-inst.xml
+++ b/chapter06/psmisc-inst.xml
@@ -3,9 +3,9 @@
<para>Install Psmisc by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=/usr --exec-prefix=/ &amp;&amp;</userinput>
-<userinput>make &amp;&amp;</userinput>
-<userinput>make install</userinput></screen></para>
+<para><screen><userinput>./configure --prefix=/usr --exec-prefix=/ &amp;&amp;
+make &amp;&amp;
+make install</userinput></screen></para>
<para>psmisc installs the
<filename>/usr/share/man/man1/pidof.1</filename> man page, but psmisc's
@@ -23,8 +23,8 @@ should remove psmisc's pidof man page by running:</para>
package's installation by creating the <filename>/bin/pidof</filename>
symlink by running:</para>
-<para><screen><userinput>cd /bin</userinput>
-<userinput>ln -s killall pidof</userinput></screen></para>
+<para><screen><userinput>cd /bin
+ln -s killall pidof</userinput></screen></para>
</sect2>