From eb2cd845054589934106251185d1a54f291a814b Mon Sep 17 00:00:00 2001
From: Ceri Davies <ceri@FreeBSD.org>
Date: Mon, 29 Nov 2004 21:43:38 +0000
Subject: [PATCH] Internet Explorer fails to render some tables generated by
 the informaltable element properly, unless the pgwide attribute is explicitly
 set to 1.  Use this consistently within the (en) tree, and update the FDP
 accordingly.  This should finally silence the demons in:

PR:		docs/73095
Submitted by:	Hilko Meyer <Hilko dot Meyer at gmx dot de>
---
 .../articles/committers-guide/article.sgml    |  18 +-
 .../articles/diskless-x/article.sgml          |   2 +-
 .../articles/java-tomcat/article.sgml         |   2 +-
 en_US.ISO8859-1/articles/pxe/article.sgml     |   2 +-
 .../articles/serial-uart/article.sgml         |   8 +-
 .../articles/solid-state/article.sgml         |   6 +-
 .../articles/storage-devices/article.sgml     |   2 +-
 .../books/arch-handbook/boot/chapter.sgml     |   4 +-
 .../books/arch-handbook/mac/chapter.sgml      | 302 +++++++++---------
 .../books/corp-net-guide/book.sgml            |   4 +-
 .../developers-handbook/dma/chapter.sgml      |  12 +-
 .../introduction/chapter.sgml                 |   2 +-
 .../developers-handbook/secure/chapter.sgml   |   2 +-
 en_US.ISO8859-1/books/faq/book.sgml           |  10 +-
 en_US.ISO8859-1/books/fdp-primer/book.sgml    |   4 +-
 .../books/fdp-primer/sgml-markup/chapter.sgml |  12 +-
 .../books/fdp-primer/sgml-primer/chapter.sgml |   2 +-
 .../handbook/advanced-networking/chapter.sgml |  12 +-
 .../books/handbook/basics/chapter.sgml        |   8 +-
 .../books/handbook/config/chapter.sgml        |   4 +-
 .../books/handbook/desktop/chapter.sgml       |  12 +-
 .../books/handbook/eresources/chapter.sgml    |  12 +-
 .../books/handbook/l10n/chapter.sgml          |   6 +-
 .../books/handbook/linuxemu/chapter.sgml      |  34 +-
 .../books/handbook/mail/chapter.sgml          |   2 +-
 .../books/handbook/multimedia/chapter.sgml    |   4 +-
 .../handbook/network-servers/chapter.sgml     |  10 +-
 .../books/handbook/ports/chapter.sgml         |   2 +-
 .../books/handbook/printing/chapter.sgml      |   6 +-
 .../books/handbook/security/chapter.sgml      |   2 +-
 .../books/handbook/serialcomms/chapter.sgml   |   8 +-
 .../books/handbook/users/chapter.sgml         |   2 +-
 .../books/handbook/x11/chapter.sgml           |   2 +-
 .../books/porters-handbook/book.sgml          |   8 +-
 34 files changed, 267 insertions(+), 261 deletions(-)

diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml
index ecb1d393e9..15f3a873a2 100644
--- a/en_US.ISO8859-1/articles/committers-guide/article.sgml
+++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml
@@ -45,7 +45,7 @@
   <sect1 id="admin">
     <title>Administrative Details</title>
 
-    <informaltable frame="none" orient="port">
+    <informaltable frame="none" orient="port" pgwide="1">
       <tgroup cols="2">
 	<tbody>
 	  <row>
@@ -130,7 +130,7 @@
       and possibly getting a mentor for that area for some period of time.
       </para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="3">
 	<tbody>
 	  <row>
@@ -523,7 +523,7 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
 	  <filename>shazam</filename> directory. For every file, the
 	  status is given as one of:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols=2>
 	    <tbody>
 	      <row>
@@ -580,7 +580,7 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
 	<para>Useful options, in addition to those listed above for
 	  <command>checkout</command>:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols=2>
 	    <tbody>
 	      <row>
@@ -637,7 +637,7 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
 	  update</command> with care.</emphasis> The letter in front of
 	  each filename indicates what was done with it:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols=2>
 	    <tbody>
 	      <row>
@@ -727,11 +727,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
 	</itemizedlist>
 
 	<para>You will almost certainly get a conflict because
-	  of the <literal>$Id: article.sgml,v 1.216 2004-11-27 21:48:00 murray Exp $</literal> (or in FreeBSD's case,
+	  of the <literal>$Id: article.sgml,v 1.217 2004-11-29 21:43:33 ceri Exp $</literal> (or in FreeBSD's case,
 	  <literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
 	  lines, so you will have to edit the file to resolve the conflict
-	  (remove the marker lines and the second <literal>$Id: article.sgml,v 1.216 2004-11-27 21:48:00 murray Exp $</literal> line,
-	  leaving the original <literal>$Id: article.sgml,v 1.216 2004-11-27 21:48:00 murray Exp $</literal> line intact).</para>
+	  (remove the marker lines and the second <literal>$Id: article.sgml,v 1.217 2004-11-29 21:43:33 ceri Exp $</literal> line,
+	  leaving the original <literal>$Id: article.sgml,v 1.217 2004-11-29 21:43:33 ceri Exp $</literal> line intact).</para>
       </listitem>
 
       <listitem>
@@ -3035,7 +3035,7 @@ cvs add: use 'cvs commit' to add this file permanently
 
 	  <para>The key words or phrases are:</para>
 
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="2">
 	      <tbody>
 		<row>
diff --git a/en_US.ISO8859-1/articles/diskless-x/article.sgml b/en_US.ISO8859-1/articles/diskless-x/article.sgml
index f4100741c0..1a52f033e8 100644
--- a/en_US.ISO8859-1/articles/diskless-x/article.sgml
+++ b/en_US.ISO8859-1/articles/diskless-x/article.sgml
@@ -199,7 +199,7 @@ bootps  dgram  udp  wait  root  /usr/libexec/bootpd bootpd /etc/bootptab</progra
     
     <para>The lines are as follows:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="2">
 	<tbody>
 	  <row>
diff --git a/en_US.ISO8859-1/articles/java-tomcat/article.sgml b/en_US.ISO8859-1/articles/java-tomcat/article.sgml
index 70acdbce27..ba8d04ecad 100644
--- a/en_US.ISO8859-1/articles/java-tomcat/article.sgml
+++ b/en_US.ISO8859-1/articles/java-tomcat/article.sgml
@@ -543,7 +543,7 @@ jakarta-tomcat-4.0.6
   <sect1 id="ref" xreflabel="reference">
     <title>Reference</title>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="1">
 	<tbody>
 	  <row>
diff --git a/en_US.ISO8859-1/articles/pxe/article.sgml b/en_US.ISO8859-1/articles/pxe/article.sgml
index efc50a8ecc..2051120097 100644
--- a/en_US.ISO8859-1/articles/pxe/article.sgml
+++ b/en_US.ISO8859-1/articles/pxe/article.sgml
@@ -44,7 +44,7 @@
 
     <para>Terminology:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="2">
 
         <tbody>
diff --git a/en_US.ISO8859-1/articles/serial-uart/article.sgml b/en_US.ISO8859-1/articles/serial-uart/article.sgml
index c0de19c776..8a896aad2a 100644
--- a/en_US.ISO8859-1/articles/serial-uart/article.sgml
+++ b/en_US.ISO8859-1/articles/serial-uart/article.sgml
@@ -338,7 +338,7 @@
 	  <para>Below is a table of the RS232-C signal assignments in
 	    the DB25 and DB9 connectors.</para>
 
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="7">
 	      <thead>
 	        <row>
@@ -902,7 +902,7 @@
 	  <para>The <replaceable>p</replaceable> is the package-type
 	    field.  The types are:</para>
 	    
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="3">
 	      <tbody>
 		<row>
@@ -1023,7 +1023,7 @@
 	  that it would not abort no matter how many differences were
 	  encountered.</para>
 
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="3">
 	      <thead>
 		<row>
@@ -1165,7 +1165,7 @@
 	<para>A description of the I/O ports of the 8250/16450/16550
 	  UART is provided below.</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <thead>
 	      <row>
diff --git a/en_US.ISO8859-1/articles/solid-state/article.sgml b/en_US.ISO8859-1/articles/solid-state/article.sgml
index cff6136296..3bfb5737ac 100644
--- a/en_US.ISO8859-1/articles/solid-state/article.sgml
+++ b/en_US.ISO8859-1/articles/solid-state/article.sgml
@@ -310,7 +310,7 @@ pseudo-device   md              # memory disk</programlisting>
 	  installation menu choose the <literal>fixit</literal> option.  After
 	  entering the fixit environment, enter the following commands:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -351,7 +351,7 @@ pseudo-device   md              # memory disk</programlisting>
 	  sure that fstype is <literal>4.2BSD</literal>.  Save the file and
 	  exit.</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -378,7 +378,7 @@ pseudo-device   md              # memory disk</programlisting>
 
 	<para>Mount the newly prepared flash media:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
diff --git a/en_US.ISO8859-1/articles/storage-devices/article.sgml b/en_US.ISO8859-1/articles/storage-devices/article.sgml
index 8f8577925f..97e8b25043 100644
--- a/en_US.ISO8859-1/articles/storage-devices/article.sgml
+++ b/en_US.ISO8859-1/articles/storage-devices/article.sgml
@@ -2204,7 +2204,7 @@ Mar 29 21:16:37 yedi /kernel: sa1: Archive  Viper 150 is a known rogue </screen>
 	    for FreeBSD are: 1 ON; 2 ON; 3 OFF; 4 ON; 5 ON; 6 ON; 7 ON; 8
 	    ON.</para>
 	  
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="3">
 	      <thead>
 		<row>
diff --git a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml
index 572cc8af4f..dce3509d17 100644
--- a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml
+++ b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml
@@ -52,7 +52,7 @@ $FreeBSD$
       using the table that follows.  Please note that the actual data
       may differ from machine to machine:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="2">
         <tbody>
           <row>
@@ -521,7 +521,7 @@ NON_GPROF_ENTRY(btext)</programlisting>
       in <filename>locore.s</filename>.  Here is a description of what
       they do:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols=2 align=left>
       <tbody>
         <row>
diff --git a/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml
index 478a4b8f6a..8731937ed0 100644
--- a/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml
+++ b/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml
@@ -707,7 +707,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -741,7 +741,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -773,7 +773,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -827,7 +827,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -880,7 +880,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -910,7 +910,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -940,7 +940,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -970,7 +970,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1001,7 +1001,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1046,7 +1046,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1094,7 +1094,7 @@
         </funcsynopsis>
         
         <!-- XXX: Wording on label descriptions. -->
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1131,7 +1131,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1161,7 +1161,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1192,7 +1192,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1231,7 +1231,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1269,7 +1269,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1300,7 +1300,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1329,7 +1329,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1361,7 +1361,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1394,7 +1394,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1426,7 +1426,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1458,7 +1458,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1490,7 +1490,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1522,7 +1522,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1556,7 +1556,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1595,7 +1595,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1628,7 +1628,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1660,7 +1660,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1691,7 +1691,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1722,7 +1722,7 @@
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -1756,7 +1756,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1794,7 +1794,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1832,7 +1832,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1867,7 +1867,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1890,7 +1890,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1913,7 +1913,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1936,7 +1936,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1959,7 +1959,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -1982,7 +1982,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -2005,7 +2005,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -2028,7 +2028,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -2051,7 +2051,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -2074,7 +2074,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -2097,7 +2097,7 @@
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -2206,7 +2206,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -2273,7 +2273,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -2332,7 +2332,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -2384,7 +2384,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -2432,7 +2432,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -2487,7 +2487,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -2558,7 +2558,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -2635,7 +2635,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -2689,7 +2689,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -2727,7 +2727,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -2780,7 +2780,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -2834,7 +2834,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -2899,7 +2899,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -2953,7 +2953,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -2999,7 +2999,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3048,7 +3048,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -3102,7 +3102,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
 
@@ -3155,7 +3155,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3209,7 +3209,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3263,7 +3263,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3321,7 +3321,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3367,7 +3367,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3411,7 +3411,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3465,7 +3465,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3519,7 +3519,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3573,7 +3573,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3628,7 +3628,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3684,7 +3684,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3739,7 +3739,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3796,7 +3796,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3864,7 +3864,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3920,7 +3920,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -3984,7 +3984,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4039,7 +4039,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4094,7 +4094,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4138,7 +4138,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4204,7 +4204,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4255,7 +4255,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4285,7 +4285,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4317,7 +4317,7 @@ Label destruction                         o</programlisting>
             </funcprototype>
           </funcsynopsis>
           
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               &mac.thead;
               
@@ -4365,7 +4365,7 @@ Label destruction                         o</programlisting>
         <function>error_select()</function> function in
         <filename>kern_mac.c</filename>:</para>
       
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
           <tbody>
             <row>
@@ -4418,7 +4418,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -4470,7 +4470,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4501,7 +4501,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4538,7 +4538,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4574,7 +4574,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4613,7 +4613,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4654,7 +4654,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4685,7 +4685,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4722,7 +4722,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4777,7 +4777,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4822,7 +4822,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4869,7 +4869,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4920,7 +4920,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -4966,7 +4966,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -5013,7 +5013,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5065,7 +5065,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5122,7 +5122,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -5168,7 +5168,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -5212,7 +5212,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5261,7 +5261,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5306,7 +5306,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5359,7 +5359,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5408,7 +5408,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5451,7 +5451,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5503,7 +5503,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5555,7 +5555,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5604,7 +5604,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5662,7 +5662,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5712,7 +5712,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -5762,7 +5762,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5832,7 +5832,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5903,7 +5903,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -5960,7 +5960,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6013,7 +6013,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6074,7 +6074,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6148,7 +6148,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -6211,7 +6211,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -6263,7 +6263,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -6312,7 +6312,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -6359,7 +6359,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -6416,7 +6416,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -6486,7 +6486,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -6557,7 +6557,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6608,7 +6608,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6665,7 +6665,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6719,7 +6719,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6769,7 +6769,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6823,7 +6823,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6877,7 +6877,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -6943,7 +6943,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7016,7 +7016,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7072,7 +7072,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7128,7 +7128,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7192,7 +7192,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7250,7 +7250,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7295,7 +7295,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7344,7 +7344,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7400,7 +7400,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7464,7 +7464,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7525,7 +7525,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
         
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
             
@@ -7578,7 +7578,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -7620,7 +7620,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -7651,7 +7651,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -7687,7 +7687,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -7721,7 +7721,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
@@ -7770,7 +7770,7 @@ Label destruction                         o</programlisting>
           </funcprototype>
         </funcsynopsis>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             &mac.thead;
 
diff --git a/en_US.ISO8859-1/books/corp-net-guide/book.sgml b/en_US.ISO8859-1/books/corp-net-guide/book.sgml
index bda8f553d7..5abc08a029 100644
--- a/en_US.ISO8859-1/books/corp-net-guide/book.sgml
+++ b/en_US.ISO8859-1/books/corp-net-guide/book.sgml
@@ -1476,7 +1476,7 @@ Bind 3C5X9 #1 Ethernet_II LAN_NET</programlisting>
 	    <step>
 	      <para>Add the following:</para>
 
-	      <informaltable frame="none">
+	      <informaltable frame="none" pgwide="1">
 		<tgroup cols="2">
 		  <tbody>
 		    <row>
@@ -1527,7 +1527,7 @@ Bind 3C5X9 #1 Ethernet_II LAN_NET</programlisting>
 	    <step>
 	      <para>Add the following:</para>
 
-	      <informaltable frame="none">
+	      <informaltable frame="none" pgwide="1">
 		<tgroup cols="2">
 		  <tbody>
 		    <row>
diff --git a/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml
index ae56b1144a..7ac24b9838 100644
--- a/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml
@@ -432,7 +432,7 @@
 	    
 	<para>DMA Address and Count Registers</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <tbody>
 	      <row>
@@ -536,7 +536,7 @@
 
 	<para>DMA Command Registers</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <tbody>
 	      <row>
@@ -646,7 +646,7 @@
 
 	<para>DMA Address and Count Registers</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <tbody>
 	      <row>
@@ -750,7 +750,7 @@
 
 	<para>DMA Command Registers</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <tbody>
 	      <row>
@@ -860,7 +860,7 @@
       <sect3>
 	<title>0x80&ndash;0x9f DMA Page Registers</title>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <tbody>
 	      <row>
@@ -935,7 +935,7 @@
 	  of the 82374 enhanced registers to zero to provide backward software
 	  compatibility.</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <tbody>
 	      <row>
diff --git a/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml
index 7cc9e29cdb..9086d21bff 100644
--- a/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml
@@ -98,7 +98,7 @@
       following subdirectories:</para>
 
     <para>
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
 	  <thead>
 	    <row>
diff --git a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml
index bc15b992ac..640afcfb23 100644
--- a/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml
+++ b/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml
@@ -118,7 +118,7 @@
       do.  In addition, the standard C library is filled with a
       handful of very dangerous functions.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols=2>
           <tbody>
           <row><entry><function>strcpy</function>(char *dest, const char
diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml
index cf8b9f01f9..ba6a6c1fcf 100644
--- a/en_US.ISO8859-1/books/faq/book.sgml
+++ b/en_US.ISO8859-1/books/faq/book.sgml
@@ -693,7 +693,7 @@
                 system.  The current languages and encodings that we
                 have for documentation are as follows:</para>
 
-              <informaltable frame="none">
+              <informaltable frame="none" pgwide="1">
                 <tgroup cols="2">
                   <thead>
                     <row>
@@ -772,7 +772,7 @@
                 on their monitor, or on paper after printing the documents.
                 The currently available formats are:</para>
 
-              <informaltable frame="none">
+              <informaltable frame="none" pgwide="1">
                 <tgroup cols="2">
                   <thead>
                     <row>
@@ -867,7 +867,7 @@
                   <para>These files are then compressed using two
                     compression schemes.</para>
 
-                  <informaltable frame="none">
+                  <informaltable frame="none" pgwide="1">
                     <tgroup cols="2">
                       <thead>
                         <row>
@@ -1399,7 +1399,7 @@ File: +DESC (ignored)</screen>
                 <email>kfrechet@us.ibm.com</email>.</para></footnote>, the
             following model/BIOS release numbers incorporate the fix.</para>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="2">
               <thead>
                 <row>
@@ -6549,7 +6549,7 @@ C:\="DOS"</programlisting>
                 <para>Put the quota file on the filesystem that the quotas
                   are to be enforced on, i.e.:</para>
 
-                <informaltable frame="none">
+                <informaltable frame="none" pgwide="1">
                   <tgroup cols="2">
                     <thead>
                       <row>
diff --git a/en_US.ISO8859-1/books/fdp-primer/book.sgml b/en_US.ISO8859-1/books/fdp-primer/book.sgml
index 069593e594..8477b85427 100644
--- a/en_US.ISO8859-1/books/fdp-primer/book.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/book.sgml
@@ -87,7 +87,7 @@
 	prompt. The examples will use this prompt to indicate which user you
 	should be running the example as.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
@@ -117,7 +117,7 @@
       <para>The following table describes the typographic conventions used in
 	this book.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
index 2f49895cac..432dbc7914 100644
--- a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
@@ -1380,7 +1380,7 @@ main(void)
 	  
 	  <para>Use:</para>
 	  
-	  <programlisting><![ CDATA [<informaltable frame="none">
+	  <programlisting><![ CDATA [<informaltable frame="none" pgwide="1">
   <tgroup cols="2">
     <thead>
       <row>
@@ -1405,7 +1405,7 @@ main(void)
 	  
 	  <para>Appearance:</para>
 	  
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="2">
 	      <thead>
 		<row>
@@ -1429,6 +1429,12 @@ main(void)
 	  </informaltable>
 	</example>
 	
+	<para>Always use the <literal>pgwide</literal> attribute with
+	  a value of <literal>1</literal> with the
+	  <sgmltag>informaltable</sgmltag> element.  A bug in Internet
+	  Explorer can cause the table to rendered incorrectly if this
+	  is omitted.</para>
+
 	<para>If you do not want a border around the table the
 	  <literal>frame</literal> attribute can be added to the
 	  <sgmltag>informaltable</sgmltag> element with a value of
@@ -1440,7 +1446,7 @@ main(void)
 	  
 	  <para>Appearance:</para>
 	
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="2">
 	      <thead>
 		<row>
diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml
index 1643f7a568..5ad5d14f44 100644
--- a/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml
@@ -445,7 +445,7 @@ nsgmls:example.sgml:6:8:E: end tag for "HEAD" which is not finished</screen>
 	  <para>The error output from <command>nsgmls</command> is organized into
 	    colon-separated groups, or columns.</para>
 
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="2">
 	      <thead>
 		<row>
diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
index ca67526d6d..d7a639dd88 100644
--- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
@@ -197,7 +197,7 @@ host2.example.com link#1             UC          0        0
 	the <literal>Flags</literal> column.  Below is a short table
 	of some of these flags and their meanings:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <colspec colwidth="1*">
 	  <colspec colwidth="4*">
@@ -296,7 +296,7 @@ host2.example.com link#1             UC          0        0
 
       <para>The default routes for each of your machines will be:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="3">
 	  <thead>
 	    <row>
@@ -341,7 +341,7 @@ host2.example.com link#1             UC          0        0
 	using <hostid role="ipaddr">10.9.9</hostid> then the default routes
 	would be:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
@@ -3248,7 +3248,7 @@ redirect_port tcp 192.168.0.3:80 80</programlisting>
       <programlisting>-redirect_address localIP publicIP</programlisting>
 
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
           <tbody>
             <row>
@@ -4019,7 +4019,7 @@ gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280
 	  Transfer Mode">ATM</acronym> connections between the
 	  machines.  We use the following:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <colspec colwidth="1*">
 	    <colspec colwidth="1*">
@@ -4057,7 +4057,7 @@ gif0: flags=8010&lt;POINTOPOINT,MULTICAST&gt; mtu 1280
 	<para>To build a fully meshed net we need one ATM connection
 	  between each pair of machines:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <colspec colwidth="1*">
 	    <colspec colwidth="1*">
diff --git a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml
index 52cdc23704..abb231652d 100644
--- a/en_US.ISO8859-1/books/handbook/basics/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/basics/chapter.sgml
@@ -317,7 +317,7 @@ console none                            unknown off secure</programlisting>
     <indexterm>
       <primary>file permissions</primary>
     </indexterm>
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="3">
 	<thead>
 	  <row>
@@ -464,7 +464,7 @@ total 530
 	or directories.  Symbolic expressions use the syntax of (who) (action)
 	(permissions), where the following values are available:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="3">
 	  <thead>
 	    <row>
@@ -605,7 +605,7 @@ total 530
       most common directories will suffice.</para>
 
     <para>
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
 	  <thead>
 	    <row>
@@ -1959,7 +1959,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
       is a list of common environment variables and what they mean:</para>
     <indexterm><primary>environment variables</primary></indexterm>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="2">
 	<thead>
 	  <row>
diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
index 88bb051922..eb9786fdcd 100644
--- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml
@@ -1274,7 +1274,7 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
       <para>There are a number of directories in which configuration
 	information is kept.  These include:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <colspec colwidth="1*">
 	  <colspec colwidth="2*">
@@ -1345,7 +1345,7 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
 	<para>The most common entries to <filename>resolv.conf</filename> are:
 	</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	  <colspec colwidth="1*">
 	  <colspec colwidth="2*">
diff --git a/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml b/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
index d5082265e2..99ad8259ce 100644
--- a/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
@@ -122,7 +122,7 @@
 
     <para>This section covers these applications:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="4">
         <thead>
           <row>
@@ -436,7 +436,7 @@ export LD_PRELOAD</programlisting>
 
     <para>This section covers these applications:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="4">
         <thead>
           <row>
@@ -655,7 +655,7 @@ export LD_PRELOAD</programlisting>
       <para>If you want to use a localized version, here are the available
         ports:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
           <colspec colwidth="1*">
           <colspec colwidth="2*">
@@ -807,7 +807,7 @@ export LD_PRELOAD</programlisting>
 
     <para>This section covers these applications:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="4">
         <thead>
           <row>
@@ -996,7 +996,7 @@ export LD_PRELOAD</programlisting>
 
     <para>This section covers these applications:</para>
      
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="4">
         <thead>
           <row>
@@ -1155,7 +1155,7 @@ export LD_PRELOAD</programlisting>
     <para>Here is a quick review of all the desktop applications
       covered in this chapter:</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="3">
         <thead>
           <row>
diff --git a/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml b/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
index c9a5f3aeea..36b1b87563 100644
--- a/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
@@ -52,7 +52,7 @@
       <para><emphasis>General lists:</emphasis> The following are general
 	lists which anyone is free (and encouraged) to join:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
@@ -163,7 +163,7 @@
 	carefully before joining or sending mail to one as there are firm
 	guidelines for their use and content.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
@@ -486,7 +486,7 @@
         presence in the technical lists before joining one of these limited
         lists so that you will understand the communications etiquette involved.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
@@ -530,7 +530,7 @@
 	the source tree.  They are <emphasis>Read-Only</emphasis> lists and
 	should not have mail sent to them.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="3">
 	  <thead>
 	    <row>
@@ -1573,7 +1573,7 @@
       for their members.  The listed administrator reserves the right to
       revoke the address if it is abused in any way.</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="4">
         <thead>
 	  <row>
@@ -1605,7 +1605,7 @@
       reserves the right to cancel the account if it is abused in any
       way.</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="4">
 	<thead>
 	  <row>
diff --git a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
index a0f41f69c4..c6ce089552 100644
--- a/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml
@@ -123,7 +123,7 @@
 	browsers, SMTP/POP servers, web servers, etc. make decisions based on
 	them.  The following are examples of language/country codes:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
@@ -506,7 +506,7 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
         <filename>/etc/ttys</filename> for all <literal>ttyv*</literal>
 	entries.  Current pre-defined correspondences are:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
@@ -562,7 +562,7 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
 	X11 and the pseudo-serial console.  Here is a partial list of
 	applications for using other languages in console:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
diff --git a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml
index d940f062f8..f66db4ec57 100644
--- a/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml
@@ -1010,7 +1010,7 @@ options SYSVMSG #SysV interprocess communication</programlisting>
 	  <envar>ORACLE_HOME</envar> and <envar>ORACLE_SID</envar> you must
 	  set the following environment variables:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
           <colspec colwidth="1*">
           <colspec colwidth="2*">
@@ -1240,7 +1240,7 @@ export PATH</programlisting>
       <sect3 id="software-46b">
 	<title>&sap.r3; 4.6B, &oracle; 8.0.5</title>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols=3>
 	  <thead>
 	    <row>
@@ -1301,7 +1301,7 @@ export PATH</programlisting>
       <sect3 id="software-46c">
 	<title>&sap.r3; 4.6C SR2, &oracle; 8.1.7</title>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols=3>
 	    <thead>
 	      <row>
@@ -1368,7 +1368,7 @@ export PATH</programlisting>
       <sect3 id="sap-notes-46b">
 	<title>&sap.r3; 4.6B, &oracle; 8.0.5</title>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -1419,7 +1419,7 @@ export PATH</programlisting>
       <sect3 id="sap-notes-46c">
 	<title>&sap.r3; 4.6C, &oracle; 8.1.7</title>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -1487,7 +1487,7 @@ export PATH</programlisting>
 	of a <application>&sap.r3; System</application>. For production
 	use, a more exact sizing is of course needed:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="3">
 	  <thead>
 	    <row>
@@ -1567,7 +1567,7 @@ export PATH</programlisting>
 	  and <filename>/dev/amr</filename> respectively, so if using an AMI &megaraid;, one will see
 	  <filename>/dev/amr0s1a</filename> instead of <filename>/dev/da0s1a</filename>):</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="4">
 	    <thead>
 	      <row>
@@ -1733,7 +1733,7 @@ pam-0.68-7.i386.rpm</userinput></screen>
 	<para>For a simple installation, it is sufficient to create the
           following file systems:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -1804,7 +1804,7 @@ ERROR 2002-03-19 16:45:36 R3LINKS_IND_IND Ins_SetupLinks:0
 	  therefore the following groups (group IDs might differ, these
 	  are just the values we used with our installation):</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
           <thead>
           <row>
@@ -1841,7 +1841,7 @@ ERROR 2002-03-19 16:45:36 R3LINKS_IND_IND Ins_SetupLinks:0
 
         <para>We also need the following users:</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="6">
           <thead>
           <row>
@@ -2157,7 +2157,7 @@ options SEMUME=100       #number of UNDO keys</programlisting>
         <para>The script then asks some questions (defaults in brackets,
         followed by actual input):</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
           <thead>
           <row>
@@ -2355,7 +2355,7 @@ options SEMUME=100       #number of UNDO keys</programlisting>
 	<para>The script then asks some questions (defaults in brackets,
 	  followed by actual input):</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	  <thead>
 	  <row>
@@ -2599,7 +2599,7 @@ options SEMUME=100       #number of UNDO keys</programlisting>
           installations, one can use the well known default passwords
           (use different ones if security is an issue!):</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="2">
           <thead>
           <row>
@@ -2716,7 +2716,7 @@ LICENSE KEY     = <replaceable>license key, 24 chars</replaceable></programlisti
         <para>Within client 000, user different from <username>ddic</username>
 	  and <username>sap*</username>, do at least the following:</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="2">
           <thead>
           <row>
@@ -2806,7 +2806,7 @@ tape_address_rew = /dev/sa0</programlisting>
 	<para>The following <application>&sap;</application> parameters should be tuned after
 	  installation (examples for IDES 46B, 1&nbsp;GB memory):</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -2845,7 +2845,7 @@ tape_address_rew = /dev/sa0</programlisting>
 
 	<para>&sap; Note 0013026:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -2864,7 +2864,7 @@ tape_address_rew = /dev/sa0</programlisting>
 
 	<para>&sap; Note 0157246:</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
diff --git a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
index d23caf576f..9bcfd58b57 100644
--- a/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/mail/chapter.sgml
@@ -420,7 +420,7 @@ FreeBSD.org mail is handled (pri=10) by mx1.FreeBSD.org</screen>
     <indexterm>
       <primary><filename>/etc/mail/virtusertable</filename></primary>
     </indexterm>
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="2">
 	<thead>
 	  <row>
diff --git a/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml b/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
index b9bb250f56..e3d2e05253 100644
--- a/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml
@@ -343,8 +343,8 @@ kld snd_ich (1p/2r/0v channels duplex default)</screen>
       <indexterm><primary>IRQ</primary></indexterm>
       <indexterm><primary>DSP</primary></indexterm>
 
-      <informaltable frame="none">
-        <tgroup cols="2">
+      <informaltable frame="none" pgwide="1">
+         <tgroup cols="2">
   	  <thead>
 	    <row>
 	     <entry>Error</entry>
diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
index e007df6db7..24e7979f11 100644
--- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
@@ -356,7 +356,7 @@ server-program-arguments</programlisting>
 	  <listitem>
 	    <para>One of the following:</para>
 
-	    <informaltable frame="none">
+	    <informaltable frame="none" pgwide="1">
 	      <tgroup cols="2">
 		<thead>
 		  <row>
@@ -1359,7 +1359,7 @@ Exports list on foobar:
         <para>Therefore, the configuration of the lab now looks something
           like:</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="3">
             <thead>
               <row>
@@ -1986,7 +1986,7 @@ basie&prompt.root;</screen>
         new users and new machines as well as brief descriptions of
         them.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
           <thead>
             <row>
@@ -2019,7 +2019,7 @@ basie&prompt.root;</screen>
         </tgroup>
       </informaltable>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
           <thead>
             <row>
@@ -3152,7 +3152,7 @@ host mailhost {
       <para>In FreeBSD, the BIND daemon is called
 	<application>named</application> for obvious reasons.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="2">
 	  <thead>
 	    <row>
diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
index 3b4ed08b19..d681942e68 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
@@ -492,7 +492,7 @@ docbook                     =
         of the installed version and the version available in the
         local ports tree.</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
         <tgroup cols="2">
 	  <thead>
             <row>
diff --git a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
index cfc1f2272b..72b03657bf 100644
--- a/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/printing/chapter.sgml
@@ -2054,7 +2054,7 @@ exit 2</programlisting>
             <filename>/etc/printcap</filename> file, and how to invoke them
             with the <command>lpr</command> command:</para>
 
-          <informaltable frame="none">
+          <informaltable frame="none" pgwide="1">
             <tgroup cols="3">
               <thead>
                 <row>
@@ -4723,7 +4723,7 @@ exit 2</programlisting>
 
 	  <para>Here is what FreeBSD wants your printer to do:</para>
 
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="2">
 	      <tbody>
 		<row>
@@ -4830,7 +4830,7 @@ teak|hp|laserjet|Hewlett Packard LaserJet 3Si:\
 	    to enforce the following interpretation of LF and CR
 	    characters:</para>
 
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="2">
 	      <thead>
 		<row>
diff --git a/en_US.ISO8859-1/books/handbook/security/chapter.sgml b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
index 95be50b109..2cf47cd045 100644
--- a/en_US.ISO8859-1/books/handbook/security/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/security/chapter.sgml
@@ -4303,7 +4303,7 @@ block in log first quick on dc0 all
           use the following IP ranges for private nets which will never
           be routed directly to the public Internet.</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="2">
             <colspec colwidth="1*">
             <colspec colwidth="1*">
diff --git a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml
index 69f99ba140..cb2e14a788 100644
--- a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml
@@ -127,7 +127,7 @@
 	    terminals.  This table shows the RS-232C signal names and the pin
 	    numbers on a DB-25 connector.</para>
 
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="5">
 	      <thead>
 		<row>
@@ -2216,7 +2216,7 @@ Keyboard: no</screen>
 	    console, or both, depending on the option in
 	    <filename>/boot.config</filename>.</para>
     
-	  <informaltable frame="none">
+	  <informaltable frame="none" pgwide="1">
 	    <tgroup cols="2">
 	      <thead>
 		<row>
@@ -2307,7 +2307,7 @@ boot:</screen>
 
 	<programlisting>device sio0 at isa? port IO_COM1 flags 0x10 irq 4</programlisting>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="4">
 	    <thead>
 	      <row>
@@ -2370,7 +2370,7 @@ boot:</screen>
 
 	<programlisting>device sio0 at isa? port IO_COM1 flags 0x30 irq 4</programlisting>
   
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="4">
 	    <thead>
 	      <row>
diff --git a/en_US.ISO8859-1/books/handbook/users/chapter.sgml b/en_US.ISO8859-1/books/handbook/users/chapter.sgml
index 6cf0dbd325..dbbef62300 100644
--- a/en_US.ISO8859-1/books/handbook/users/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/users/chapter.sgml
@@ -330,7 +330,7 @@
       commands are summarized below, followed by more detailed
       examples of their usage.</para>
 
-    <informaltable frame="none">
+    <informaltable frame="none" pgwide="1">
       <tgroup cols="2">
 	<colspec colwidth="1*">
 	<colspec colwidth="2*">
diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml
index 997f341471..e657ae8d70 100644
--- a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml
@@ -1139,7 +1139,7 @@ EndSection</programlisting>
         <application>XDM</application>.  Typically these files will
         be found:</para>
 
-        <informaltable frame="none">
+        <informaltable frame="none" pgwide="1">
           <tgroup cols="2">
             <thead>
               <row>
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 4c4e27cd39..82608ef582 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -1119,7 +1119,7 @@ PORTEPOCH=      1</programlisting>
 	as called by the software authors to a suitable package
 	name:</para>
 
-      <informaltable frame="none">
+      <informaltable frame="none" pgwide="1">
 	<tgroup cols="6">
 	  <thead>
 	    <row>
@@ -1324,7 +1324,7 @@ PORTEPOCH=      1</programlisting>
 	    subdirectory's <filename>Makefile</filename>.</para>
 	</note>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="3">
 	    <thead>
 	      <row>
@@ -5145,7 +5145,7 @@ PLIST_SUB=      OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
 	  values.  (<makevar>PKGDIR</makevar> defaults to
 	  <makevar>${MASTERDIR}</makevar>.)</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>
@@ -7473,7 +7473,7 @@ Reference: &lt;http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
 	  please read <filename>bsd.port.mk</filename> for the complete
 	  list).</para>
 
-	<informaltable frame="none">
+	<informaltable frame="none" pgwide="1">
 	  <tgroup cols="2">
 	    <thead>
 	      <row>