summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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 /usr.sbin
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 'usr.sbin')
-rw-r--r--usr.sbin/ancontrol/ancontrol.816
-rw-r--r--usr.sbin/arp/arp.82
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rates.54
-rw-r--r--usr.sbin/lpr/lpr/printcap.54
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.18
-rw-r--r--usr.sbin/pkg_install/delete/pkg_delete.16
-rw-r--r--usr.sbin/pkg_install/info/pkg_info.12
-rw-r--r--usr.sbin/pstat/pstat.82
-rw-r--r--usr.sbin/raycontrol/raycontrol.88
-rw-r--r--usr.sbin/rmt/rmt.84
-rw-r--r--usr.sbin/wicontrol/wicontrol.88
11 files changed, 24 insertions, 40 deletions
diff --git a/usr.sbin/ancontrol/ancontrol.8 b/usr.sbin/ancontrol/ancontrol.8
index 751d693..2304a8c 100644
--- a/usr.sbin/ancontrol/ancontrol.8
+++ b/usr.sbin/ancontrol/ancontrol.8
@@ -179,8 +179,7 @@ channel selection, diversity, transmit power and transmit speed.
.It Fl i Ar iface Fl t Ar 0|1|2|3|4
Select transmit speed.
The available settings are as follows:
-.Bd -filled -offset indent
-.Bl -column "TX rate " "NIC speed "
+.Bl -column "TX rate " "NIC speed " -offset indent
.Em "TX rate NIC speed"
0 Auto -- NIC selects optimal speed
1 1Mbps fixed
@@ -188,22 +187,19 @@ The available settings are as follows:
3 5.5Mbps fixed
4 11Mbps fixed
.El
-.Ed
.Pp
Note that the 5.5 and 11Mbps settings are only supported on the 4800
series adapters: the 4500 series adapters have a maximum speed of 2Mbps.
.It Fl i Ar iface Fl s Ar 0|1|2|3
Set power save mode.
Valid selections are as follows:
-.Bd -filled -offset indent
-.Bl -column "Selection " "Power save mode "
+.Bl -column "Selection " "Power save mode " -offset indent
.Em "Selection Power save mode"
0 None - power save disabled
1 Constantly awake mode (CAM)
2 Power Save Polling (PSP)
3 Fast Power Save Polling (PSP-CAM)
.El
-.Ed
.Pp
Note that for IBSS (ad-hoc) mode, only PSP mode is supported, and only
if the ATIM window is non-zero.
@@ -242,15 +238,13 @@ Aironet devices can be configured with up
to two antennas, and transmit and receive diversity can be configured
accordingly.
Valid selections are as follows:
-.Bd -filled -offset indent
-.Bl -column "Selection " "Diversity "
+.Bl -column "Selection " "Diversity " -offset indent
.Em "Selection Diversity"
0 Select factory default diversity
1 Antenna 1 only
2 Antenna 2 only
3 Antenna 1 and 2
.El
-.Ed
.Pp
The receive and transmit diversity can be set independently.
The user
@@ -363,8 +357,7 @@ Recognized regulatory authorities include
the FCC (United States), ETSI (Europe), France and Japan.
Frequencies
in the table are specified in Mhz.
-.Bd -filled -offset indent
-.Bl -column "Channel ID " "FCC " "ETSI " "France " "Japan "
+.Bl -column "Channel ID " "FCC " "ETSI " "France " "Japan " -offset indent
.Em "Channel ID FCC ETSI France Japan"
1 2412 2412 - -
2 2417 2417 - -
@@ -381,7 +374,6 @@ in the table are specified in Mhz.
13 - 2472 2472 -
14 - - - 2484
.El
-.Ed
.Pp
If an illegal channel is specified, the
NIC will revert to its default channel.
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8
index b4551a7..80fcae5 100644
--- a/usr.sbin/arp/arp.8
+++ b/usr.sbin/arp/arp.8
@@ -137,7 +137,7 @@ to be read and multiple entries to be set in the
tables. Entries
in the file should be of the form
.Pp
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Ar hostname ether_addr
.Op Cm temp
.Op Cm pub
diff --git a/usr.sbin/i4b/isdnd/isdnd.rates.5 b/usr.sbin/i4b/isdnd/isdnd.rates.5
index 84f51d4..4752859 100644
--- a/usr.sbin/i4b/isdnd/isdnd.rates.5
+++ b/usr.sbin/i4b/isdnd/isdnd.rates.5
@@ -64,7 +64,7 @@ for Sunday, 1 for Monday and so on until the digit 6 which stands for Saturday.
.Pp
The rest of the line consists of one or more space separated fields which have
the following syntax:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
start_hour.start_minutes-end_hour.end_minutes:charge_unit_length
.Ed
.Pp
@@ -75,7 +75,7 @@ allowed inside this field. The hour and minutes specifications MUST have
exactly 2 digits, in case just one digit is needed, a leading 0 must be used.
.Pp
For example,
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
14.00-18.00:90
.Ed
.Pp
diff --git a/usr.sbin/lpr/lpr/printcap.5 b/usr.sbin/lpr/lpr/printcap.5
index 5022ed1..092f9fc 100644
--- a/usr.sbin/lpr/lpr/printcap.5
+++ b/usr.sbin/lpr/lpr/printcap.5
@@ -199,7 +199,7 @@ v vf raster image
The
.Sy if
filter is invoked with arguments:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Cm if
.Op Fl c
.Fl w Ns Ar width
@@ -264,7 +264,7 @@ and
flags.
.Pp
All other filters are called as:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Nm filter
.Fl x Ns Ar width
.Fl y Ns Ar length
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index 65e2ef0..2aa618a 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -242,7 +242,7 @@ If the package contains a
file (see
.Xr pkg_create 1 ) ,
then execute it with the following arguments:
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Ar pkg-name
.Ar INSTALL
.Ed
@@ -257,7 +257,7 @@ If a
.Ar pre-install
script exists for the package, it is then executed with the following
arguments:
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Cm script
.Ar pkg-name
.Ar PRE-INSTALL
@@ -292,7 +292,7 @@ If the package contains an
file (see
.Xr pkg_create 1 ) ,
then mtree is invoked as:
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Cm mtree
.Fl u
.Fl f
@@ -315,7 +315,7 @@ directive within this package.
If a
.Ar post-install
script exists for the package, it is then executed as
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Cm script
.Ar pkg-name
.Ar POST-INSTALL
diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1
index d178864..272c195 100644
--- a/usr.sbin/pkg_install/delete/pkg_delete.1
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1
@@ -118,7 +118,7 @@ If the package contains a
file (see
.Xr pkg_create 1 ) ,
then this is executed first as
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Cm require
.Ar <pkg-name>
.Ar DEINSTALL
@@ -143,7 +143,7 @@ knows how to do is delete the files created in the original distribution.
The
.Nm deinstall
script is called as:
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Cm script
.Ar <pkg-name>
.Ar DEINSTALL
@@ -177,7 +177,7 @@ of the package.
The
.Nm post-deinstall
script is called as:
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
.Cm script
.Ar <pkg-name>
.Ar POST-DEINSTALL
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1
index 1a5b0c0..8a0da3f 100644
--- a/usr.sbin/pkg_install/info/pkg_info.1
+++ b/usr.sbin/pkg_install/info/pkg_info.1
@@ -130,7 +130,7 @@ directory is limited. Be sure to leave some number of `X' characters
for
.Xr mktemp 3
to fill in with a unique ID.
-.Bd -filled -offset indent -compact
+.Bd -ragged -offset indent -compact
Note: This should really not be necessary with
.Nm ,
since very little information is extracted from each package
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8
index 8b96777..2a2d8d5 100644
--- a/usr.sbin/pstat/pstat.8
+++ b/usr.sbin/pstat/pstat.8
@@ -233,7 +233,7 @@ PPPDISC.
Print the active vnodes. Each group of vnodes corresponding
to a particular filesystem is preceded by a two line header. The
first line consists of the following:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.No *** MOUNT Em fstype from
on
.Em on fsflags
diff --git a/usr.sbin/raycontrol/raycontrol.8 b/usr.sbin/raycontrol/raycontrol.8
index 3ba11b7..5abaef1 100644
--- a/usr.sbin/raycontrol/raycontrol.8
+++ b/usr.sbin/raycontrol/raycontrol.8
@@ -138,15 +138,13 @@ The
NICs support a maximum transmit rate of 2Mbps.
The following table shows the
legal transmit rate settings and the corresponding transmit speeds:
-.Bd -filled -offset indent
-.Bl -column "TX rate " "NIC speed "
+.Bl -column "TX rate " "NIC speed " -offset indent
.Em "TX rate NIC speed"
1 Very Low (0.5Mbps)
2 Low (1Mbps)
3 Medium (1.5Mbps)
4 High (2Mbps)
.El
-.Ed
.Pp
The version 4 firmware may ignore this setting. Note, that the IEEE802.11
standard
@@ -214,8 +212,7 @@ The
hopset varies both the number of RF channels and their frequencies
and is dependent on radio regulations specified
by regional authorities.
-.Bd -filled -offset indent
-.Bl -column "Hopset ID " "Country "
+.Bl -column "Hopset ID " "Country " -offset indent
.Em "Hopset ID Country"
1 USA
2 Europe
@@ -227,7 +224,6 @@ by regional authorities.
8 Australia
9 Japan Test
.El
-.Ed
.Pp
Whilst the card can be programmed to work with any hopset it makes
sense to use the hopset for your own region to avoid interference from
diff --git a/usr.sbin/rmt/rmt.8 b/usr.sbin/rmt/rmt.8
index b47a26f..847a128 100644
--- a/usr.sbin/rmt/rmt.8
+++ b/usr.sbin/rmt/rmt.8
@@ -61,7 +61,7 @@ a status indication. All responses are in
and in
one of two forms.
Successful commands have responses of:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Sm off
.Sy A Ar number No \en
.Sm on
@@ -72,7 +72,7 @@ is an
.Tn ASCII
representation of a decimal number.
Unsuccessful commands are responded to with:
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
.Sm off
.Xo Sy E Ar error-number
.No \en Ar error-message
diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8
index ce6cacb..8c1301d 100644
--- a/usr.sbin/wicontrol/wicontrol.8
+++ b/usr.sbin/wicontrol/wicontrol.8
@@ -131,8 +131,7 @@ NICs support a maximum transmit rate of 2Mbps while the turbo NICs
support a maximum speed of 6Mbps.
The following table shows the
legal transmit rate settings and the corresponding transmit speeds:
-.Bd -filled -offset indent
-.Bl -column "TX rate " "NIC speed "
+.Bl -column "TX rate " "NIC speed " -offset indent
.Em "TX rate NIC speed"
1 Fixed Low (1Mbps)
2 Fixed Standard (2Mbps)
@@ -142,7 +141,6 @@ legal transmit rate settings and the corresponding transmit speeds:
6 Auto Rate Select (Standard)
7 Auto Rate Select (Medium)
.El
-.Ed
.Pp
The standard NICs support only settings 1 through 3. Turbo NICs support
all the above listed speed settings.
@@ -272,8 +270,7 @@ Recognized regulatory authorities include
the FCC (United States), ETSI (Europe), France and Japan.
Frequencies
in the table are specified in Mhz.
-.Bd -filled -offset indent
-.Bl -column "Channel ID " "FCC " "ETSI " "France " "Japan "
+.Bl -column "Channel ID " "FCC " "ETSI " "France " "Japan " -offset indent
.Em "Channel ID FCC ETSI France Japan"
1 2412 2412 - 2412
2 2417 2417 - 2417
@@ -290,7 +287,6 @@ in the table are specified in Mhz.
13 - 2472 2472 2472
14 - - - 2484
.El
-.Ed
.Pp
If an illegal channel is specified, the
NIC will revert to its default channel.
OpenPOWER on IntegriCloud