diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-09-16 02:57:59 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-09-16 02:57:59 +0000 |
commit | 32288165dd9e9c709ef1f95d1110c411b77a3073 (patch) | |
tree | 8461a8b2546801e2575b43da65a8aa122ca3ab7e /chapter06 | |
parent | e860d2cfedccd0cffedb36295a46338cc5bba078 (diff) |
Minor grammatical fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6859 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 0b09a7103..d877aba4a 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -49,7 +49,7 @@ bit mask.</para> <note><para>Notice the two different constructions above for creating multiple 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 -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> <sect2> |