diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-19 18:09:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-19 18:09:37 +0000 |
commit | b34a7575e586c04a1c6040684f4f52ebe5dfa2b2 (patch) | |
tree | d8ba0fd647ec4a39b71def8463a6cdb2fa11893f /chapter06/aboutdebug.xml | |
parent | c61e869d800f97d0e5c6000cff753ce4c1bb7636 (diff) |
added space between number and KB/MB
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index fb991bca4..6655aaeec 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -17,16 +17,16 @@ conclusion.</para> <itemizedlist> <listitem><para>A dynamic Bash binary -with debugging symbols: 1.2MB</para></listitem> +with debugging symbols: 1.2 MB</para></listitem> <listitem><para>A dynamic Bash binary -without debugging symbols: 478KB</para></listitem> +without debugging symbols: 478 KB</para></listitem> <listitem><para>/lib and /usr/lib (glibc -and gcc files) with debugging symbols: 87MB</para></listitem> +and gcc files) with debugging symbols: 87 MB</para></listitem> <listitem><para>/lib and /usr/lib (glibc -and gcc files) without debugging symbols: 16MB</para></listitem> +and gcc files) without debugging symbols: 16 MB</para></listitem> </itemizedlist> |