diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc-inst.xml b/chapter05/glibc-inst.xml index 3e88212f1..b75a87be1 100644 --- a/chapter05/glibc-inst.xml +++ b/chapter05/glibc-inst.xml @@ -24,7 +24,7 @@ is putting the stability of your system at risk.</para> <para>Though it is a harmless message, the install stage of Glibc will complain about the absence of <filename>/tools/etc/ld.so.conf</filename>. -Fix this annoying little error with:</para> +Fix this annoying little warning with:</para> <screen><userinput>mkdir /tools/etc touch /tools/etc/ld.so.conf</userinput></screen> |