diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-15 19:35:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-15 19:35:08 +0000 |
commit | cf7ba91e12065f87a77f827967f28d3e9e840ae4 (patch) | |
tree | fa74a58fe55ff618ada76b94bfb40cebae88755a /chapter06 | |
parent | a35b70f886547445154a2805f66d3872784f4c58 (diff) |
Grammar correction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9224 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/pkgmgt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index 64385c8e9..2336d2c1a 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -252,7 +252,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <sect2> <title>Deploying LFS on Multiple Systems</title> - <para>One of the advantages of a LFS system is that there are no files that + <para>One of the advantages of an LFS system is that there are no files that depend on the position of files on a disk system. Cloning an LFS build to another computer with an architecture similar to the base system is as simple as using <command>tar</command> on the LFS partition that contains |