Author: randy Date: 2009-03-08 11:18:28 -0600 (Sun, 08 Mar 2009) New Revision: 7799
Modified: trunk/BOOK/general.ent Log: Fix glaring typo in the date Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-03-06 00:10:04 UTC (rev 7798) +++ trunk/BOOK/general.ent 2009-03-08 17:18:28 UTC (rev 7799) @@ -3,8 +3,8 @@ $Date$ --> -<!ENTITY day "03"> <!-- Always 2 digits --> -<!ENTITY month "05"> <!-- Always 2 digits --> +<!ENTITY day "05"> <!-- Always 2 digits --> +<!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
