Correct the month number.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23802 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2020-10-12 19:57:33 +00:00
parent c8635a0056
commit 1f5eaa538d

View File

@ -1,7 +1,7 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">