diff options
Diffstat (limited to 'chapter06/procps-inst.xml')
-rw-r--r-- | chapter06/procps-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index 65b1fd107..f76bafd5a 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -1,17 +1,11 @@ <sect2> <title>Installation of Procps</title> -<para> -Install Procps by running the following commands: -</para> +<para>Install Procps by running the following commands:</para> -<para> -<screen> -<userinput>make &&</userinput> +<para><screen><userinput>make &&</userinput> <userinput>make XSCPT='' install &&</userinput> -<userinput>mv /usr/bin/kill /bin</userinput> -</screen> -</para> +<userinput>mv /usr/bin/kill /bin</userinput></screen></para> </sect2> |