diff options
Diffstat (limited to 'chapter06/coreutils-inst.xml')
-rw-r--r-- | chapter06/coreutils-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index cd97b33b0..f84b48c43 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -3,9 +3,9 @@ <sect2> <title>Installation of Coreutils</title> -<para>Normally the functionality of uname is somewhat broken, in that -the -p switch always returns "unknown". This patch fixes that behaviour -for Intel architectures:</para> +<para>Normally the functionality of <userinput>uname</userinput> is somewhat +broken, in that the <userinput>-p</userinput> switch always returns "unknown". +The following patch fixes this behaviour for Intel architectures:</para> <para><screen><userinput>patch -Np1 -i ../coreutils-&coreutils-uname-patch-version;.patch</userinput></screen></para> |