diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-03 18:10:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-03 18:10:17 +0000 |
commit | c99db3bed119e151e78c7105030201d19cd93ece (patch) | |
tree | 72d12c067d5c09ec7019125b0c0789fef35615fb | |
parent | 0078c4ccf6ecca64333093a76307e9d27cf090b6 (diff) |
* Fixed typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index efc9e8ba7..904cc7af3 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -33,7 +33,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 |