aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernfs.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-30 14:49:44 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-30 14:49:44 +0000
commit2645ec62a379849fbb2a5905dd33aca6d238f677 (patch)
treef4f8724c55d71a2eed68e0da53a31fc028c6afc9 /chapter06/kernfs.xml
parente9e4abc03147f1579db8c6d3715725731039a271 (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.xml6
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>