diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
commit | 087e584f625ded123c5e6bc17d5c2ff1f5a8009c (patch) | |
tree | 723740f025b199d937567f0b98aadd807705a4d8 /appendixa/glibc-shortdesc.xml | |
parent | 73eac28cb38d307b6a7414fb8ddb5df77f30205d (diff) |
Small retouches of the text. Wrapping 'last checked' in parentheses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/glibc-shortdesc.xml')
-rw-r--r-- | appendixa/glibc-shortdesc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/glibc-shortdesc.xml b/appendixa/glibc-shortdesc.xml index 80d5832be..b5c3b44bf 100644 --- a/appendixa/glibc-shortdesc.xml +++ b/appendixa/glibc-shortdesc.xml @@ -1,6 +1,6 @@ <sect2><title>Contents of Glibc</title> -<para>Last checked against version &glibc-contversion;.</para> +<para>(Last checked against version &glibc-contversion;.)</para> <para>Glibc is the C library that provides the system calls and basic functions such as open, malloc, printf, etc. The C library is used by all |