svn commit: r51853 - head/share/xml

Eitan Adler eadler at FreeBSD.org
Sun Jun 17 03:01:56 UTC 2018


Author: eadler
Date: Sun Jun 17 03:01:55 2018
New Revision: 51853
URL: https://svnweb.freebsd.org/changeset/doc/51853

Log:
  freebsd.sch: fix tyop in error message

Modified:
  head/share/xml/freebsd.sch

Modified: head/share/xml/freebsd.sch
==============================================================================
--- head/share/xml/freebsd.sch	Sun Jun 17 01:48:19 2018	(r51852)
+++ head/share/xml/freebsd.sch	Sun Jun 17 03:01:55 2018	(r51853)
@@ -55,7 +55,7 @@
 
   <pattern name="Check titles">
     <rule context="//db:book|//db:article|//db:chapter|//db:section|//db:sect1|//db:sect2|//db:sect3|//db:sect4|//db:sect5">
-      <assert test="db:title or db:info/db:title">There must be a title either in the the doc component (<xsl:value-of select="@xml:id"/>) or in the info element.</assert>
+      <assert test="db:title or db:info/db:title">There must be a title either in the doc component (<xsl:value-of select="@xml:id"/>) or in the info element.</assert>
       <report test="db:title and db:info/db:title">There must be exactly one title for a doc component (<xsl:value-of select="@xml:id"/>).</report>
     </rule>
   </pattern>


More information about the svn-doc-all mailing list