How to add a table to the porters-handbook

Ceri Davies ceri at FreeBSD.org
Wed Feb 25 16:34:56 UTC 2004


On Wed, Feb 25, 2004 at 08:17:16AM -0800, David O'Brien wrote:
> At
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html
> there is a nice "List of Tables".
> 
> How does one add the "__FreeBSD_version values" table to that list?

With the attached patch.

Cheers,

Ceri

-- 
-------------- next part --------------
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v
retrieving revision 1.367
diff -u -r1.367 book.sgml
--- book.sgml	14 Feb 2004 17:14:34 -0000	1.367
+++ book.sgml	25 Feb 2004 16:32:45 -0000
@@ -5004,7 +5004,8 @@
       <sect1 id="freebsd-versions">
 	<title>__FreeBSD_version values</title>
 
-		<informaltable frame="none">
+		<table frame="none">
+		  <title>__FreeBSD_version values</title>
 		<tgroup cols="2">
 		<thead>
 		  <row>
@@ -6025,7 +6026,7 @@
 		  </row>
 		</tbody>
 	      </tgroup>
-	    </informaltable>
+	    </table>
 
 	<note>
 	  <para>Note that 2.2-STABLE sometimes identifies itself as
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20040225/f024c0c7/attachment.sig>


More information about the freebsd-doc mailing list