소스 검색

added space between number and KB/MB

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 년 전
부모
커밋
b34a7575e5
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      chapter06/aboutdebug.xml

+ 4 - 4
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>