Force the pgwide attribute's value to 1 for some tables in order to

avoid strange formatting.  This affects most tables with colspec
elements that declare colwidth, but not all.

Prompted by:	eddie <etrich@ntlworld.com>
This commit is contained in:
Ceri Davies 2004-01-08 17:18:31 +00:00
parent 15ba3fb3ee
commit 7784dcbca2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19545
2 changed files with 5 additions and 5 deletions

View file

@ -1101,7 +1101,7 @@ total 530
<para>Some partitions have certain conventions associated with
them.</para>
<informaltable frame="none">
<informaltable frame="none" pgwide="1">
<tgroup cols="2">
<colspec colwidth="1*">
<colspec colwidth="5*">
@ -1203,7 +1203,7 @@ total 530
FreeBSD, and then create a filesystem (or swap space) in each
partition, and decide where that filesystem will be mounted.</para>
<table frame="none" id="basics-dev-codes">
<table frame="none" pgwide="1" id="basics-dev-codes">
<title>Disk Device Codes</title>
<tgroup cols="2">
@ -1255,7 +1255,7 @@ total 530
<example id="basics-disk-slice-part">
<title>Sample Disk, Slice, and Partition Names</title>
<informaltable frame="none">
<informaltable frame="none" pgwide="1">
<tgroup cols="2">
<colspec colwidth="1*">
<colspec colwidth="5*">

View file

@ -1833,7 +1833,7 @@ Mounting root from ufs:/dev/md0c
<para>This scheme features four partitions&mdash;one for swap space, and
three for filesystems.</para>
<table frame="none">
<table frame="none" pgwide="1">
<title>Partition Layout for First Disk</title>
<tgroup cols="4">
@ -1933,7 +1933,7 @@ Mounting root from ufs:/dev/md0c
configured. The easiest way to do this is to create two partitions on
each disk, one for the swap space, and one for a filesystem.</para>
<table frame="none">
<table frame="none" pgwide="1">
<title>Partition Layout for Subsequent Disks</title>
<tgroup cols="4">