Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2013 17:57:51 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43167 - head/share/xml
Message-ID:  <201311111757.rABHvpcp055007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311111757.rABHvpcp055007>