svn commit: r43167 - head/share/xml

Hiroki Sato hrs at FreeBSD.org
Mon Nov 11 17:57:52 UTC 2013


Author: hrs
Date: Mon Nov 11 17:57:51 2013
New Revision: 43167
URL: http://svnweb.freebsd.org/changeset/doc/43167

Log:
  Fix typos.

Modified:
  head/share/xml/xslt10-freebsd.dtd

Modified: head/share/xml/xslt10-freebsd.dtd
==============================================================================
--- head/share/xml/xslt10-freebsd.dtd	Mon Nov 11 16:09:14 2013	(r43166)
+++ head/share/xml/xslt10-freebsd.dtd	Mon Nov 11 17:57:51 2013	(r43167)
@@ -23,12 +23,12 @@
 
 <!ENTITY % l10n.ent
  PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
-        "http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
+        "l10n.ent">
 %l10n.ent;
 
 <!ENTITY % l10n-common.ent
- PUBLIC "-//FreeBSD//ENTITIES FreeBSD FreeBSD Language Specific Common Entities//EN"
-        "http://www.FreeBSD.org/XML/www/share/xml/l10n-common.ent">
+ PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN"
+        "l10n-common.ent">
 %l10n-common.ent;
 
 <!ENTITY % common.ent


More information about the svn-doc-all mailing list