Browse Source

Minor wording change.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 years ago
parent
commit
06d30243a1
2 changed files with 4 additions and 4 deletions
  1. 2 2
      chapter06/devices.xml
  2. 2 2
      general.ent

+ 2 - 2
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

+ 2 - 2
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}]" -->