diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 20:56:00 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 20:56:00 +0000 |
commit | d001e2b771e78c4c7ab2ec528c868f681ea7d3c5 (patch) | |
tree | ce6e25094bda876dbe3446c1cfecd3076b50511f /chapter06/kernfs.xml | |
parent | fde4f7de29feb3a867ab572415c2eb7722d3d880 (diff) |
Further fine-tuning to the changes made in r6249.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernfs.xml')
-rw-r--r-- | chapter06/kernfs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 397033cdf..eb6bba52f 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -9,7 +9,7 @@ <para>Various file systems exported by the kernel are used to communicate to and from the kernel itself. These file systems are virtual in that no disk space is -used for them. The contents of the file systems resides in memory.</para> +used for them. The content of the file systems resides in memory.</para> <para>Begin by creating directories onto which the file systems will be mounted:</para> |