aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-16 16:47:40 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-16 16:47:40 +0000
commitbc2136ecacbb2f5d6d888fdf1e0432f052a3e0f4 (patch)
tree0e38131e60a11b6b14bc34775a475f11dfce792a /chapter06/creatingdirs.xml
parent9c80e02769dc33c2b63d1630b87370ad79d590fc (diff)
Several minor grammatical fixes. Thanks to Randy and Steve.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index e7881c982..3a574fee6 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -7,9 +7,8 @@
<title>Creating Directories</title>
<?dbhtml filename="creatingdirs.html"?>
-<para>It is time to create some structure in the LFS file system.
-Create a directory tree. Issuing the following commands will create a
-standard tree:</para>
+<para>It is time to create some structure in the LFS file system. Create a
+standard directory tree by issuing the following commands:</para>
<screen><userinput>install -d /{bin,boot,dev,etc/opt,home,lib,mnt}
install -d /{sbin,srv,usr/local,var,opt}
@@ -43,7 +42,7 @@ as a normal user would do with his or her home directory. The second
mode change makes sure that any user can write to the <filename
class="directory">/tmp</filename> and <filename
class="directory">/var/tmp</filename> directories, but cannot remove
-other users' files from them. The latter is prohibited by the
+another user's files from them. The latter is prohibited by the
so-called <quote>sticky bit,</quote> the highest bit (1) in the 1777
bit mask.</para>