diff options
Diffstat (limited to 'chapter06/lfs-utils-inst.xml')
-rw-r--r-- | chapter06/lfs-utils-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/lfs-utils-inst.xml b/chapter06/lfs-utils-inst.xml index 5bc4a0d5a..7ebc6744f 100644 --- a/chapter06/lfs-utils-inst.xml +++ b/chapter06/lfs-utils-inst.xml @@ -5,16 +5,16 @@ <para>Compile the package:</para> -<para><screen><userinput>make</userinput></screen></para> +<screen><userinput>make</userinput></screen> <para>And install it:</para> -<para><screen><userinput>make install</userinput></screen></para> +<screen><userinput>make install</userinput></screen> <para>Now copy two supporting files included in the Lfs-Utils tarball to their destination:</para> -<para><screen><userinput>cp -f etc/{services,protocols} /etc</userinput></screen></para> +<screen><userinput>cp -f etc/{services,protocols} /etc</userinput></screen> <para>The <filename>/etc/services</filename> file is used to resolve service numbers to human-readable names, and the <filename>/etc/protocols</filename> |