From chris@milan.hitnet.rwth-aachen.de  Tue Aug 13 05:11:38 2002
Return-Path: <chris@milan.hitnet.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A011A37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Aug 2002 05:11:38 -0700 (PDT)
Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3C58F43E7B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Aug 2002 05:11:38 -0700 (PDT)
	(envelope-from chris@milan.hitnet.rwth-aachen.de)
Received: by milan.hitnet.rwth-aachen.de (Postfix, from userid 1001)
	id 7BBA0ABAE; Tue, 13 Aug 2002 14:11:36 +0200 (CEST)
Message-Id: <20020813121136.7BBA0ABAE@milan.hitnet.rwth-aachen.de>
Date: Tue, 13 Aug 2002 14:11:36 +0200 (CEST)
From: Christian Brueffer <chris@unixpages.org>
Reply-To: Christian Brueffer <chris@unixpages.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Fill empty <title></title> tag in books/porters-handbook/book.sgml
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41615
>Category:       docs
>Synopsis:       [PATCH] Fill empty <title></title> tag in books/porters-handbook/book.sgml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 13 05:20:01 PDT 2002
>Closed-Date:    Tue Aug 13 05:36:53 PDT 2002
>Last-Modified:  Tue Aug 13 05:36:53 PDT 2002
>Originator:     Christian Brueffer
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD milan.hitnet.rwth-aachen.de 4.6-STABLE FreeBSD 4.6-STABLE #2: Fri Jun 28 12:47:08 CEST 2002 chris@milan.hitnet.rwth-aachen.de:/usr/obj/usr/src/sys/LORIEN i386


	
>Description:
	This patch fills an empty <title></title> tag in books/porters-handbook/book.sgml

	This prevents table 5-3 in the List of Tables section of the index
	from being empty
>How-To-Repeat:
	Look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html,
	in the List of Tables section, 5-3 is empty
>Fix:

	



--- porters-handbook.title.diff begins here ---
--- book.sgml.orig	Tue Aug 13 13:39:17 2002
+++ book.sgml	Tue Aug 13 13:50:41 2002
@@ -2637,7 +2637,7 @@
 	and <command>libtool</command></title>
 
       <table frame="none">
-	<title></title>
+	<title>Variables for ports that use automake, autoconf or libtool</title>
 
 	<tgroup cols="2">
 	  <thead>
--- porters-handbook.title.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Tue Aug 13 05:36:26 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41615 
>Unformatted:
