Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2011 12:04:01 +0200
From:      Taras Korenko <ds@ukrhub.net>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: FreeBSD web build failed on red.freebsd.org -- a fix
Message-ID:  <20111202100401.GA2934@chaos.ukrhub.net>
In-Reply-To: <201112020922.pB29MePe071924@red.freebsd.org>
References:  <201112020922.pB29MePe071924@red.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--AhhlLboLdkugWU4S
Content-Type: text/plain; charset=koi8-u
Content-Disposition: inline

On Fri, Dec 02, 2011 at 09:22:40AM +0000, World Wide Web Owner wrote:
> ===> doc/articles/p4-primer (all)
> ...
> /usr/local/bin/jade:/w/www/build/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml:8810:12:E: document type does not allow element "SECT3" here
> *** Error code 1
> ...

  s/sect3/sect2/

-- 
  Best regards,
  Taras Korenko

--AhhlLboLdkugWU4S
Content-Type: text/x-diff; charset=koi8-u
Content-Disposition: attachment; filename="p-h.diff"

--- doc/en_US.ISO8859-1/books/porters-handbook/book.sgml	2011-12-02 08:53:44.000000000 +0200
+++ doc/en_US.ISO8859-1/books/porters-handbook/book.fix.sgml	2011-12-02 11:46:13.000000000 +0200
@@ -8807,7 +8807,7 @@
 	  <makevar>USE_RC_SUBR</makevar> variable.</para>
       </sect2>
 
-      <sect3>
+      <sect2>
         <title>Pre-Commit Checklist</title>
 
 	<para>Before contributing a port with an <filename>rc.d</filename>
@@ -8910,7 +8910,7 @@
 	      No hand-rolled tests for [Yy][Ee][Ss], etc.</para>
 	  </step>
 	</procedure>
-      </sect3>
+      </sect2>
     </sect1>
 
     <sect1 id="users-and-groups">

--AhhlLboLdkugWU4S--



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