diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-11-05 14:57:04 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-11-05 14:57:04 +0000 |
commit | 0e5ded93e357011f6710a1901b9c96ebbef7cba3 (patch) | |
tree | 35dcdba35231552281ad2276e89dcd00b2db600f | |
parent | 9eee06f70b451bbcc470c5b558beda97b23e0269 (diff) |
Minor typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7124 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 7964e7589..9ff4f18af 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -18,7 +18,7 @@ arithmetic, and so on.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> -<seglistitem><seg>12.3 SBU</seg><seg>476</seg></seglistitem> +<seglistitem><seg>12.3 SBU</seg><seg>476 MB</seg></seglistitem> </segmentedlist> <segmentedlist> diff --git a/general.ent b/general.ent index 6bc1508ea..b15dd2c99 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "TESTING-20051104"> -<!ENTITY releasedate "November 4, 2005"> +<!ENTITY version "TESTING-20051105"> +<!ENTITY releasedate "November 5, 2005"> <!ENTITY milestone "6.1.1"> <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> |