diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 15:27:23 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-04-22 15:27:23 +0000 |
commit | 974b9e8be2bc1aecb7966603451aa5e247d5344d (patch) | |
tree | 791eada4fc0ac23dc4e8f07ca269cbaca53c26cd | |
parent | 3f8f0edef3bd34c27c2e9ac0861182fdc9a898b4 (diff) |
Fixed a couple of typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8527 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/e2fsprogs.xml | 2 | ||||
-rw-r--r-- | chapter05/util-linux-ng.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml index 6023c756c..5c3e9cb37 100644 --- a/chapter05/e2fsprogs.xml +++ b/chapter05/e2fsprogs.xml @@ -56,7 +56,7 @@ cd build</userinput></screen> <screen><userinput remap="make">make</userinput></screen> - <para>Install the static libraries and headers required by Udev:</para> + <para>Install the static libraries and headers required by Util-linux-ng:</para> <screen><userinput remap="install">make install-libs</userinput></screen> diff --git a/chapter05/util-linux-ng.xml b/chapter05/util-linux-ng.xml index 19a4b3770..99d9dda0e 100644 --- a/chapter05/util-linux-ng.xml +++ b/chapter05/util-linux-ng.xml @@ -43,7 +43,7 @@ <sect2 role="installation"> <title>Installation of Util-linux-ng</title> - <para>Prepare Util-linux for compilation:</para> + <para>Prepare Util-linux-ng for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> |