Browse Source

* Fixed typo

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 21 years ago
parent
commit
c99db3bed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chapter05/coreutils.xml

+ 1 - 1
chapter05/coreutils.xml

@@ -33,7 +33,7 @@
 
 
 <para>This package has an issue when compiled against versions of Glibc
 <para>This package has an issue when compiled against versions of Glibc
 later than 2.3.2.  Some of the Coreutils utilities (such as
 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
 will reject their traditional syntax, a syntax that has been in use for
 approximately 30 years. This old syntax is so pervasive that compatibility
 approximately 30 years. This old syntax is so pervasive that compatibility
 should be preserved until the many places where it is used can be
 should be preserved until the many places where it is used can be