diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-30 14:49:44 +0000 |
commit | 2645ec62a379849fbb2a5905dd33aca6d238f677 (patch) | |
tree | f4f8724c55d71a2eed68e0da53a31fc028c6afc9 /chapter06/kernfs.xml | |
parent | e9e4abc03147f1579db8c6d3715725731039a271 (diff) |
Several minor wording changes in chapter 6 (matt).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernfs.xml')
-rw-r--r-- | chapter06/kernfs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 2755dea13..397033cdf 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -7,9 +7,9 @@ <title>Mounting Virtual Kernel File Systems</title> <?dbhtml filename="kernfs.html"?> -<para>Various file systems exported by the kernel do not exist on the -hard drive, but are used to communicate to and from the kernel -itself.</para> +<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> <para>Begin by creating directories onto which the file systems will be mounted:</para> |