Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 13:40:48 -0800 (PST)
From:      Jesus@cox.net, "R.Camou <jcamou"@cox.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/59295: entities missing
Message-ID:  <20031114214048.D8ABA311B@nightfall.cox.net>
Resent-Message-ID: <200311142150.hAELoAOt003175@freefall.freebsd.org>

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

>Number:         59295
>Category:       docs
>Synopsis:       entities missing
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 14 13:50:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jesus R. Camou
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD nightfall.cox.net 4.9-STABLE FreeBSD 4.9-STABLE #7: Thu Oct 30 09:09:53 PST 2003 sku@nightfall.cox.net:/usr/obj/usr/src/sys/NIGHTFALL i386


>Description:

Web build fails when trying to compile the handbook. The problem is in 
doc/es_ES.ISO8859-1/books/handbook/introduction/chapter.sgml where 
some entities (not defined in book.sgml) are used. The patch also adds the 
year 2003 to the copyright line. 

>How-To-Repeat:

Compiling the Spanish Handbook.


>Fix:

Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/es_ES.ISO8859-1/books/handbook/book.sgml,v
retrieving revision 1.8
diff -u -w -r1.8 book.sgml
--- book.sgml   14 Nov 2003 10:36:41 -0000      1.8
+++ book.sgml   14 Nov 2003 21:29:40 -0000
@@ -21,6 +21,7 @@
 %teams;
 <!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//ES"> %mailing-lists;
 <!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"> %newsgroups;
+<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"> %trademarks;
 <!ENTITY % not.published "INCLUDE">
                                                                                                                                                                                                   
 <!ENTITY % chap.introduction "IGNORE">
@@ -73,6 +74,7 @@
       <year>2000</year>
       <year>2001</year>
       <year>2002</year>
+      <year>2003</year>
       <holder>The FreeBSD Documentation Project</holder>
     </copyright>
                                                                                                                                                                                                   
                                                                                                                                                                                                   
                                                                                                                                                                                                   



>Release-Note:
>Audit-Trail:
>Unformatted:



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