aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/config-ldso.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/config-ldso.xml')
-rw-r--r--chapter06/config-ldso.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/config-ldso.xml b/chapter06/config-ldso.xml
index c340db151..fca1a5640 100644
--- a/chapter06/config-ldso.xml
+++ b/chapter06/config-ldso.xml
@@ -4,11 +4,11 @@
<para>
By default the dynamic loader searches a few default paths for dynamic
libraries, so there normally isn't a need for the
-<filename>/etc/ld.so.conf</filename> file unless you have extra
-directories in which you want the system to search for paths. The
+<filename>/etc/ld.so.conf</filename> file unless the system has extra
+directories in which a user wants the system to search for paths. The
<filename class="directory">/usr/local/lib</filename> directory isn't
searched through for dynamic libraries by default, so we want to add
-this path so when you install software you won't be suprised by them not
+this path so when a user installs software he won't be suprised by them not
running for some reason.
</para>
@@ -35,8 +35,9 @@ following:
Although it's not necessary to add the
<filename class="directory">/lib</filename> and
<filename class="directory">/usr/lib</filename> directories it doesn't
-hurt. This way you see right away what's being searched and don't have
-to remeber the default search paths if you don't want to.
+hurt. This way it can be seen right away what's being searched and a user
+doesn't have
+to remeber the default search paths if he doesn't want to.
</para>
</sect2>