Browse Source

reworded, made a bit more correct

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 years ago
parent
commit
74d8c96456
2 changed files with 8 additions and 4 deletions
  1. 6 2
      chapter06/mountproc.xml
  2. 2 2
      index.xml

+ 6 - 2
chapter06/mountproc.xml

@@ -15,8 +15,8 @@ following command:</para>
 
 
 <para><screen><userinput>mount proc /proc -t proc</userinput></screen></para>
 <para><screen><userinput>mount proc /proc -t proc</userinput></screen></para>
 
 
-<para>You will most likely get some warning messages from the mount
-command, such as these:</para>
+<para>You might get warning messages from the mount command, such as
+these:</para>
 
 
 <blockquote><screen>warning: can't open /etc/fstab: No such file or directory
 <blockquote><screen>warning: can't open /etc/fstab: No such file or directory
 not enough memory</screen></blockquote>
 not enough memory</screen></blockquote>
@@ -25,5 +25,9 @@ not enough memory</screen></blockquote>
 isn't installed completely yet and some files are missing. The mount itself
 isn't installed completely yet and some files are missing. The mount itself
 will be successful and that's all we care about at this point.</para>
 will be successful and that's all we care about at this point.</para>
 
 
+<para>The last error (not enough memory) doesn't always show up. It depends
+on your system configuration (such as the host system's Glibc version that was
+used to compile the mount program with).</para>
+
 </sect1>
 </sect1>
 
 

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 
 <!ENTITY book SYSTEM "book/book.xml">
 <!ENTITY book SYSTEM "book/book.xml">
 
 
-<!ENTITY version "20021203">
-<!ENTITY releasedate "December 3rd, 2002">
+<!ENTITY version "20021204">
+<!ENTITY releasedate "December 4th, 2002">
 
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">