summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-10 16:17:34 +0000
committerru <ru@FreeBSD.org>2005-01-10 16:17:34 +0000
commitc56f1c1871205be557ed0d6b8fe8a0dd9683515f (patch)
treed049dcb50e544da4580a24f7839dd5f288052628 /sbin
parent0c3ea39ac6d784fd08e6057c87255fc59dda7877 (diff)
downloadFreeBSD-src-c56f1c1871205be557ed0d6b8fe8a0dd9683515f.zip
FreeBSD-src-c56f1c1871205be557ed0d6b8fe8a0dd9683515f.tar.gz
Scheduled mdoc(7) sweep.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bsdlabel/bsdlabel.89
-rw-r--r--sbin/devd/devd.82
-rw-r--r--sbin/geom/class/stripe/gstripe.819
-rw-r--r--sbin/gpt/gpt.86
-rw-r--r--sbin/ifconfig/ifconfig.848
-rw-r--r--sbin/ipfw/ipfw.83
-rw-r--r--sbin/kldunload/kldunload.810
-rw-r--r--sbin/mount_unionfs/mount_unionfs.84
-rw-r--r--sbin/reboot/boot_i386.83
-rw-r--r--sbin/route/route.82
-rw-r--r--sbin/sysctl/sysctl.85
11 files changed, 62 insertions, 49 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8
index cbb4e34..6560ea2 100644
--- a/sbin/bsdlabel/bsdlabel.8
+++ b/sbin/bsdlabel/bsdlabel.8
@@ -475,12 +475,17 @@ to be decreased or the offset of a partition to be changed while it is open.
Due to the use of an
.Vt u_int32_t
to store the number of sectors,
-bsdlabels are restricted to a maximum of 2^32-1 sectors.
+.Bx
+labels are restricted to a maximum of 2^32-1 sectors.
This usually means 2TB of disk space.
Larger disks should be partitioned using another method such as
.Xr gpt 8 .
.Pp
-The various BSDs all use slightly different versions of BSD labels and
+The various
+.Bx Ns s
+all use slightly different versions of
+.Bx
+labels and
are not generally compatible.
.Sh SEE ALSO
.Xr ccd 4 ,
diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8
index 32c6798..a3056eb 100644
--- a/sbin/devd/devd.8
+++ b/sbin/devd/devd.8
@@ -103,7 +103,7 @@ In the
.Ic options
section, one can define multiple directories to search
for config files.
-All files in these directories whose names match the patten
+All files in these directories whose names match the pattern
.Pa *.conf
are parsed.
These files are intended to be installed by third party vendors that
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index bb9eed4..1564b90 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -103,7 +103,7 @@ Set up a striped device from the given devices with specified
This is the
.Dq manual
method and the stripe will not exist after a reboot (see
-.Cm DESCRIPTION
+.Sx DESCRIPTION
above).
The kernel module
.Pa geom_stripe.ko
@@ -168,14 +168,14 @@ Debug level of the
GEOM class.
This can be set to a number between 0 and 3 inclusive.
If set to 0 minimal debug information is printed, and if set to 3 the
-maximum amount of debug information in printed.
+maximum amount of debug information is printed.
.It Va kern.geom.stripe.fast : No 0
If set to a non-zero value enable
.Dq "fast mode"
instead of the normal
.Dq "economic mode" .
Compared to
-.Dq "economic mode"
+.Dq "economic mode" ,
.Dq "fast mode"
uses more memory, but it is much faster for smaller stripe sizes.
If enough memory cannot be allocated,
@@ -215,18 +215,23 @@ gstripe unload
.Sh DIAGNOSTICS
Exit status is 0 on success, and 1 if the command fails.
.Sh COMPATIBILITY
+The
.Nm
interleave is in number of bytes,
unlike
.Xr ccdconfig 8
and
.Xr atacontrol 8
-which uses number of sectors.
-A a
+which use the number of sectors.
+A
.Xr ccdconfig 8
.Ar ileave
-of `128' is 64 KB (128 512B sectors).
-The same stripe interleave would be specified as '65536' for
+of
+.Ql 128
+is 64 KB (128 512B sectors).
+The same stripe interleave would be specified as
+.Ql 65536
+for
.Nm .
.Sh SEE ALSO
.Xr geom 4 ,
diff --git a/sbin/gpt/gpt.8 b/sbin/gpt/gpt.8
index 7d7214e..8b85a6a 100644
--- a/sbin/gpt/gpt.8
+++ b/sbin/gpt/gpt.8
@@ -117,7 +117,7 @@ The
.Fl i Ar index
option allows the user to specify which (free) entry in the GPT table is to
be used for the new partition.
-By default the first free entry is selected.
+By default, the first free entry is selected.
.Pp
The
.Fl s Ar count
@@ -144,7 +144,7 @@ as aliases for the most commonly used partition types.
The
.Ic create
command allows the user to create a new (empty) GPT.
-By default one can not create a GPT when the device contains a MBR,
+By default, one cannot create a GPT when the device contains a MBR,
however this can be overridden with the
.Fl f
option.
@@ -186,7 +186,7 @@ The
.Ic migrate
command allows the user to migrate an MBR-based disk partitioning into a
GPT-based partitioning.
-By default the MBR is not migrated when it contains partitions of an unknown
+By default, the MBR is not migrated when it contains partitions of an unknown
type.
This can be overridden with the
.Fl f
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 57ba50a..d0da69d 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd Nov 2, 2004
+.Dd November 2, 2004
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -330,7 +330,7 @@ Some drivers may not be able to enable these flags independently
of each other, so setting one may also set the other.
The driver will offload as much checksum work as it can reliably
support, the exact level of offloading varies between drivers.
-.It Fl rxcsum , Fl txcsum
+.It Fl rxcsum , txcsum
If the driver supports user-configurable checksum offloading,
disable receive (or transmit) checksum offloading on the interface.
These settings may not always be independent of each other.
@@ -461,7 +461,7 @@ Note that this must be issued on a physical interface associated with
not on a
.Xr vlan 4
interface itself.
-.It Fl vlanmtu , Fl vlanhwtag
+.It Fl vlanmtu , vlanhwtag
If the driver offers user-configurable VLAN support, disable
reception of extended frames or tag processing in hardware,
respectively.
@@ -603,11 +603,11 @@ the hardware will be re-initialized.
The following parameters are specific to IEEE 802.11 wireless interfaces:
.Bl -tag -width indent
.It Cm apbridge
-When operating as an access point pass packets between
+When operating as an access point, pass packets between
wireless clients directly (default).
To instead let them pass up through the
-system and be forwarded using some other mechanism use
-.Dq Li -apbridge.
+system and be forwarded using some other mechanism, use
+.Fl apbridge .
Disabling the internal bridging
is useful when traffic is to be processed with
packet filtering.
@@ -618,10 +618,13 @@ The set of
valid modes is
.Dq Li none ,
.Dq Li open ,
-.Dq Li shared (shared key),
-.Dq Li 8021x (IEEE 802.1x),
+.Dq Li shared
+(shared key),
+.Dq Li 8021x
+(IEEE 802.1x),
or
-.Dq Li wpa (IEEE WPA/WPA2/802.11i).
+.Dq Li wpa
+(IEEE WPA/WPA2/802.11i).
The
.Dq Li 8021x
and
@@ -634,7 +637,7 @@ Modes are case insensitive.
Specify the MAC address of the access point to use when operating
as a station in a BSS network.
This overrides any automatic selection done by the system.
-To disable a previously selected access point supply
+To disable a previously selected access point, supply
.Dq Li any ,
.Dq Li none ,
or
@@ -650,7 +653,7 @@ Set the desired channels to use when scanning for access
points, neighbors in an IBSS network, or looking for unoccupied
channels when operating as an access point.
The set of channels is specified as a comma-separated list with
-each element in the list either a single channel number of a range
+each element in the list representing either a single channel number or a range
of the form
.Dq Li a-b .
Channel numbers must be in the range 1 to 255 and be permissible
@@ -671,18 +674,18 @@ adaptors ignore this setting unless you are in ad-hoc mode.
Alternatively the frequency, in megahertz, may be specified
instead of the channel number.
.It Cm hidessid
-When operating as an access point do not broadcast the SSID
+When operating as an access point, do not broadcast the SSID
in beacon frames.
-By default the SSID is included in beacon frames.
-To re-enable the broadcast of the SSID use
+By default, the SSID is included in beacon frames.
+To re-enable the broadcast of the SSID, use
.Fl hidessid .
.It Cm powersave
Enable powersave operation.
-When operating as a client the station will conserve power by
+When operating as a client, the station will conserve power by
periodically turning off the radio and listening for
messages from the access point telling it there are packets waiting.
The station must then retrieve the packets.
-When operating as an access point the station must honor power
+When operating as an access point, the station must honor power
save operation of associated clients.
Not all devices support power save operation, either as a client
or as an access point.
@@ -707,16 +710,17 @@ Technique names are case insensitive.
When operating as a station, control how the system will
behave when communication with the current access point
is broken.
-.I Mode
-may be one of
+The
+.Ar mode
+argument may be one of
.Dq Li device
(leave it to the hardware device to decide),
.Dq Li auto
-(handle either in the device or the operating system--as appropriate),
+(handle either in the device or the operating system\[em]as appropriate),
.Dq Li manual
(do nothing until explicitly instructed).
-By the default the device is left to handle this if it is
-capable; otherwise the operating system will automatically
+By default, the device is left to handle this if it is
+capable; otherwise, the operating system will automatically
attempt to reestablish communication.
Manual mode is mostly useful when an application wants to
control the selection of an access point.
@@ -810,7 +814,7 @@ Enable Wireless Media Extensions (WME) support, if available,
for the specified interface.
WME is a subset of the IEEE 802.11e standard to support the
efficient communication of realtime and multimedia data.
-To disable WME support use
+To disable WME support, use
.Fl wme .
.El
.Pp
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index ea92c5b..707f3c0 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -471,7 +471,8 @@ for ICMP packets
.It User/group ID
When the packet can be associated with a local socket.
.It Divert status
-Whether a packet came from a divert socket (e.g. natd).
+Whether a packet came from a divert socket (e.g.,
+.Xr natd 8 ) .
.El
.Pp
Note that some of the above information, e.g.\& source MAC or IP addresses and
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index 935e5af..4246f0b 100644
--- a/sbin/kldunload/kldunload.8
+++ b/sbin/kldunload/kldunload.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 25, 1997
+.Dd July 13, 2004
.Dt KLDUNLOAD 8
.Os
.Sh NAME
@@ -33,12 +33,10 @@
.Nd unload a file from the kernel
.Sh SYNOPSIS
.Nm
-.Op Fl f
-.Op Fl v
+.Op Fl fv
.Fl i Ar id
.Nm
-.Op Fl f
-.Op Fl v
+.Op Fl fv
.Op Fl n
.Ar name
.Sh DESCRIPTION
@@ -48,7 +46,7 @@ utility unloads a file which was previously loaded with
.Xr kldload 8 .
.Pp
The following options are available:
-.Bl -tag -width indentXX
+.Bl -tag -width ".Fl n Ar name"
.It Fl f
Force the unload.
This ignores error returns to MOD_QUISCE from the module and implies
diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8
index 4232a44..9bdcbe0 100644
--- a/sbin/mount_unionfs/mount_unionfs.8
+++ b/sbin/mount_unionfs/mount_unionfs.8
@@ -88,8 +88,8 @@ To enforce file system security, the user mounting the file system
must be superuser or else have write permission on the mounted-on
directory.
In addition, the
-.Em vfs.usermount
-.Xr sysctl 3
+.Va vfs.usermount
+.Xr sysctl 8
variable must be set to 1 to permit file system mounting by ordinary users.
.Pp
Filenames are looked up in the upper layer and then in the
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8
index 8dfd5d8..d7b89c9 100644
--- a/sbin/reboot/boot_i386.8
+++ b/sbin/reboot/boot_i386.8
@@ -86,7 +86,8 @@ Make note of the fact that
.Pa /boot.config
is read only from the
.Ql a
-partition. As a result, slices which are missing an
+partition.
+As a result, slices which are missing an
.Ql a
parition require user intervention during the boot process.
.Pp
diff --git a/sbin/route/route.8 b/sbin/route/route.8
index 51fc7eb..4220acb 100644
--- a/sbin/route/route.8
+++ b/sbin/route/route.8
@@ -414,7 +414,7 @@ The first paragraph may have slightly exaggerated
abilities.
.Pp
Currently, routes with the
-.Va RTF_BLACKHOLE
+.Dv RTF_BLACKHOLE
flag set need to have the gateway set to an instance of the
.Xr lo 4
driver, using the
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 66e7bad..44fefa0 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -97,9 +97,8 @@ compctl -K listsysctls sysctl
To enable completion of variable names in
.Xr tcsh 1 ,
use:
-.Bd -literal -offset indent
-complete sysctl 'n/*/`sysctl -Na`/'
-.Ed
+.Pp
+.Dl "complete sysctl 'n/*/`sysctl -Na`/'"
.It Fl n
Show only variable values, not their names.
This option is useful for setting shell variables.
OpenPOWER on IntegriCloud