Minor grammatical fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-09-16 02:57:59 +00:00
parent e860d2cfed
commit 32288165dd

View File

@ -49,7 +49,7 @@ bit mask.</para>
<note><para>Notice the two different constructions above for creating multiple <note><para>Notice the two different constructions above for creating multiple
man directories: <command>install -d /usr/share/man/man{1..8}</command> and man directories: <command>install -d /usr/share/man/man{1..8}</command> and
<command>install -d /usr/local/share/man/man{1,2,3,4,5,6,7,8}</command>. The <command>install -d /usr/local/share/man/man{1,2,3,4,5,6,7,8}</command>. The
first one is new since Bash 3.0 This new feature will help make repetitive first one is new since Bash 3.0. This new feature will help make repetitive
commands easier to type.</para></note> commands easier to type.</para></note>
<sect2> <sect2>