diff options
Diffstat (limited to 'chapter06/procinfo-inst.xml')
-rw-r--r-- | chapter06/procinfo-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/procinfo-inst.xml b/chapter06/procinfo-inst.xml index 97d5ae317..35f58509f 100644 --- a/chapter06/procinfo-inst.xml +++ b/chapter06/procinfo-inst.xml @@ -5,7 +5,7 @@ <para>Compile Procinfo:</para> -<para><screen><userinput>make LDLIBS=-lncurses</userinput></screen></para> +<screen><userinput>make LDLIBS=-lncurses</userinput></screen> <para>The <emphasis>-lncurses</emphasis> switch overwrites the default switch, <emphasis>-ltermcap</emphasis>. This is done @@ -13,7 +13,7 @@ because libtermcap is declared obsolete in favor of libncurses.</para> <para>And install the package:</para> -<para><screen><userinput>make install</userinput></screen></para> +<screen><userinput>make install</userinput></screen> </sect2> |