|
@@ -151,9 +151,9 @@ in building the rest of the target Chapter 6 LFS system.</para>
|
|
|
<title>Notes on static linking</title>
|
|
|
|
|
|
<para>Most programs have to perform, beside their specific task, many rather
|
|
|
-common and sometimes trivial operations, These include allocating memory,
|
|
|
+common and sometimes trivial operations. These include allocating memory,
|
|
|
searching directories, reading and writing files, string handling, pattern
|
|
|
-matching, arithmetic, and many other tasks. Instead of obliging each program to
|
|
|
+matching, arithmetic and many other tasks. Instead of obliging each program to
|
|
|
reinvent the wheel, the GNU system provides all these basic functions in
|
|
|
ready-made libraries. The major library on any Linux system is
|
|
|
<emphasis>Glibc</emphasis>.</para>
|