diff options
Diffstat (limited to 'appendixa/glibc-desc.xml')
-rw-r--r-- | appendixa/glibc-desc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appendixa/glibc-desc.xml b/appendixa/glibc-desc.xml index 553c683e7..8fa00acb2 100644 --- a/appendixa/glibc-desc.xml +++ b/appendixa/glibc-desc.xml @@ -24,8 +24,8 @@ file. When a program uses a dynamic library, that executable will not contain the code from the C library, but instead a routine that loads the functions from the library at the time the program is run. This means a significant decrease in the file size of a program. The -documentation that comes with the C Library describes this a little deeper, -as it is too complicated to explain here in one or two lines. +documentation that comes with the C Library describes this in more +detail, as it is too complicated to explain here in one or two lines. </para> </sect2> |