Changeset 60ea5ab in clfs-sysroot
- Timestamp:
- Jan 20, 2008, 3:14:05 PM (17 years ago)
- Branches:
- master
- Children:
- 75af046
- Parents:
- e460553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
re460553 r60ea5ab 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month " 12"> <!-- Use two digits -->4 <!ENTITY month_name " December">5 <!ENTITY day " 12"> <!-- Use two digits -->6 <!ENTITY year "200 7"> <!-- Use four digits -->3 <!ENTITY month "01"> <!-- Use two digits --> 4 <!ENTITY month_name "Janurary"> 5 <!ENTITY day "20"> <!-- Use two digits --> 6 <!ENTITY year "2008"> <!-- Use four digits --> 7 7 8 8 <!ENTITY releasedate "&month_name; &day;, &year;">
Note:
See TracChangeset
for help on using the changeset viewer.