aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-28 17:47:23 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-28 17:47:23 +0000
commit06d30243a10a4ed0e05da71d094688d2cedea07d (patch)
tree77a71c048deb0d4e3c9d7d5e5bcba45c693f0b01
parent8446a0be74da27be100fdb8cf839db8d9e10e706 (diff)
Minor wording change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/devices.xml4
-rw-r--r--general.ent4
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/devices.xml b/chapter06/devices.xml
index c8a965314..e094f1528 100644
--- a/chapter06/devices.xml
+++ b/chapter06/devices.xml
@@ -51,8 +51,8 @@ chown root:tty /dev/{console,ptmx,tty}</userinput></screen>
<!-- -->
<para>There are some symlinks and directories required by LFS that are created
-during boot by the bootscripts. Since this is a chroot environment and not a
-booted environment, those symlinks and directories need to be created
+during system startup by the bootscripts. Since this is a chroot environment and
+not a booted environment, those symlinks and directories need to be created
here:</para>
<screen><userinput>ln -s /proc/self/fd /dev/fd
diff --git a/general.ent b/general.ent
index e8af605b0..ebbc854a1 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050627">
-<!ENTITY releasedate "June 27, 2005">
+<!ENTITY version "SVN-20050628">
+<!ENTITY releasedate "June 28, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->