diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
commit | 90e3cb3f0e14cadecc0edf2b6de96ee432bc60de (patch) | |
tree | abdbfa8e4dbf97a986c0469999b15df80cceadfe /chapter06/coreutils.xml | |
parent | c288d971d11a78cde87a5f4c0583ab9a43fbfeba (diff) |
Replacing several <userinput> tags by <command>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 38c605909..0d2f9cb81 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -20,14 +20,14 @@ basic system characteristics.</para> <screen><userinput>patch -Np1 -i ../&coreutils-posixver-patch;</userinput></screen> -<para>Normally the functionality of <userinput>uname</userinput> is somewhat -broken, in that the <userinput>-p</userinput> switch always returns "unknown". +<para>Normally the functionality of <command>uname</command> is somewhat +broken, in that the <emphasis>-p</emphasis> switch always returns "unknown". The following patch fixes this behaviour for Intel architectures:</para> <screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> <para>We do not want Coreutils to install its version of the -<userinput>hostname</userinput> program, because it is inferior to the version +<command>hostname</command> program, because it is inferior to the version provided by Net-tools. Prevent its installation by applying a patch:</para> <screen><userinput>patch -Np1 -i ../&coreutils-hostname-patch;</userinput></screen> @@ -40,7 +40,7 @@ provided by Net-tools. Prevent its installation by applying a patch:</para> <screen><userinput>make</userinput></screen> -<para>The <userinput>su</userinput> program from Coreutils wasn't installed in +<para>The <command>su</command> program from Coreutils wasn't installed in Chapter 5 because it needed <emphasis>root</emphasis> privilege to do so. We're going to need it in a few moments for the test suite. Therefore we work around the problem by installing it now:</para> |