diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 21:52:02 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 21:52:02 +0000 |
commit | 4114088e9172bd8b42391803b67a7e8ff24b4cac (patch) | |
tree | 69039e5394934e7149ec09a571fac1f85df53c5c /chapter06/coreutils-inst.xml | |
parent | e667f58f48f4b3ec9af2fd1df49552669af6f383 (diff) |
Adding more missing markup, and rewording a few paragraphs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |