summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-07 13:45:30 +0000
committerru <ru@FreeBSD.org>2001-02-07 13:45:30 +0000
commit5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da (patch)
tree8e915f713fa577df2f4f07d605cac3b4ef1a5b3d /share
parent2001e1a6ee8240523374c0f047409f2af57730c3 (diff)
downloadFreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.zip
FreeBSD-src-5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da.tar.gz
mdoc(7) police: Change -filled displays (which just happen
to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/adv.46
-rw-r--r--share/man/man4/ahc.42
-rw-r--r--share/man/man4/bt.42
-rw-r--r--share/man/man9/VOP_LOOKUP.96
-rw-r--r--share/termcap/termcap.54
5 files changed, 9 insertions, 11 deletions
diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4
index bda3aef..3ce5a52 100644
--- a/share/man/man4/adv.4
+++ b/share/man/man4/adv.4
@@ -61,7 +61,7 @@ The following tables list the AdvanSys products using these chips,
their bus attachment type, maximum sync rate, and the maximum number of
commands that can be handled by the adapter concurrently.
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Bl -column "ABP510/5150 " "ISA PnP " "Yes " "10MHz " "Commands " Footnotes
Connectivity Products:
.Pp
@@ -99,7 +99,7 @@ This board has been sold by SIIG as the Fast SCSI Pro PCI.
.El
.Ed
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Bl -column "ABP510/5150 " "ISA PnP " "Yes " "10MHz " Commands
Single Channel Products:
.Pp
@@ -116,7 +116,7 @@ ABP970U PCI No 20MHz 240
.El
.Ed
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Bl -column "ABP510/5150 " "ISA PnP " "Yes " "10MHz " "Commands " "Channels "
Multi Channel Products (Commands are per-channel):
.Pp
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4
index be13cde..4dcbe78 100644
--- a/share/man/man4/ahc.4
+++ b/share/man/man4/ahc.4
@@ -178,7 +178,7 @@ driver. Note that wide and twin channel features, although always supported
by a particular chip, may be disabled in a particular motherboard or card
design.
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Bl -column "aic7770 " "10 " "EISA/VL " "10MHz " "16bit " "SCBs " Features
.Em "Chip MIPS Bus MaxSync MaxWidth SCBs Features"
aic7770 10 EISA/VL 10MHz 16Bit 4 1
diff --git a/share/man/man4/bt.4 b/share/man/man4/bt.4
index f567dce..3ece097 100644
--- a/share/man/man4/bt.4
+++ b/share/man/man4/bt.4
@@ -40,7 +40,7 @@ This driver provides access to the
.Tn SCSI
bus connected to a Buslogic/Mylex MultiMaster or compatible controller:
.Pp
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Bl -column "BT-956CD " "ISA " "Commands " Description
MultiMaster "W" Series Host Adapters:
.Pp
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index 12d17e4..fc133b9 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -98,14 +98,14 @@ is specified, information usable in
creating, renaming, or deleting a directory entry may be calculated.
.Pp
Overall outline of VOP_LOOKUP:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
Check accessibility of directory.
Look for name in cache, if found, then return name.
Search for name in directory, goto to found or notfound as appropriate.
.Ed
.Pp
notfound:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
If creating or renaming and at end of pathname,
return
.Er EJUSTRETURN ,
@@ -114,7 +114,7 @@ leaving info on available slots else return
.Ed
.Pp
found:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
If at end of path and deleting, return information to allow delete.
If at end of path and renaming, lock target
inode and return info to allow rename.
diff --git a/share/termcap/termcap.5 b/share/termcap/termcap.5
index 407a0d7..aac65fd 100644
--- a/share/termcap/termcap.5
+++ b/share/termcap/termcap.5
@@ -107,8 +107,7 @@ in 132-column mode would be
.Dq vt100-w .
The following suffixes should be used where possible:
.Pp
-.Bd -filled -offset indent
-.Bl -column indent "With automatic margins (usually default)xx"
+.Bl -column indent "With automatic margins (usually default)xx" -offset indent
.Sy "Suffix Meaning Example"
-w Wide mode (more than 80 columns) vt100-w
-am With automatic margins (usually default) vt100-am
@@ -118,7 +117,6 @@ The following suffixes should be used where possible:
.Pf \- Ar \&np Ta No "Number of pages of memory concept100-4p"
-rv Reverse video concept100-rv
.El
-.Ed
.Sh CAPABILITIES
The description field attempts to convey the semantics of the
capability.
OpenPOWER on IntegriCloud