diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 23:49:23 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 23:49:23 +0000 |
commit | 6169f0cf135412979566cf9026f101111c2e2822 (patch) | |
tree | b868f01e361320f241d26dc24a401666db8bbf2c /chapter06/kernfs.xml | |
parent | cbc99c813f9022857d6fef12232090f0bc2e19cb (diff) |
Further fine-tuning to the changes made in testing (r6311). (merged from r6295)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6312 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> |