aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mountproc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r--chapter06/mountproc.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml
index 0993103ca..7194b082e 100644
--- a/chapter06/mountproc.xml
+++ b/chapter06/mountproc.xml
@@ -15,8 +15,8 @@ following command:</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
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
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>