Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 14:11:36 +0200 (CEST)
From:      Christian Brueffer <chris@unixpages.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/41615: [PATCH] Fill empty <title></title> tag in books/porters-handbook/book.sgml
Message-ID:  <20020813121136.7BBA0ABAE@milan.hitnet.rwth-aachen.de>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 13 05:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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