diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-03 18:10:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-03 18:10:58 +0000 |
commit | 099fa3f2cd692f565949db3713846bb29a15ad76 (patch) | |
tree | 6301889bb6183a845aac8608fa863890b90647cd | |
parent | 8116e520feb5da6d7fd513dbd32f8c810d108fca (diff) |
* Fixed typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/coreutils.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 78833341f..683454f59 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -28,7 +28,7 @@ <para>This package has an issue when compiled against versions of glibc later than 2.3.2. Some of the Coreutils utilities (such as -(<command>head</command>, <command>tail</command> and <command>sort</command>) +<command>head</command>, <command>tail</command> and <command>sort</command>) will reject their traditional syntax, a syntax that has been in use for approximately 30 years. This old syntax is so pervasive that compatibility should be preserved until the many places where it is used can be diff --git a/general.ent b/general.ent index 9af60dcd5..ed6b42a52 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "&milestone;-20040530"> -<!ENTITY releasedate "May 30, 2004"> +<!ENTITY version "&milestone;-20040602"> +<!ENTITY releasedate "June 2nd, 2004"> <!ENTITY milestone "5.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |