summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-17 08:35:43 +0000
committerru <ru@FreeBSD.org>2004-05-17 08:35:43 +0000
commitf6aa4621fdedfa56e30080766807470b824ed6cb (patch)
treec446a692418d56b54ed63c7ca0bc02346ad40b65 /sbin/mdconfig
parentd268c01ce212b73265c588a611085fda8626c71e (diff)
downloadFreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.zip
FreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.tar.gz
Assorted markup, grammar, and spelling fixes.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.827
1 files changed, 16 insertions, 11 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8
index 4b2f8e2..1e22dc4 100644
--- a/sbin/mdconfig/mdconfig.8
+++ b/sbin/mdconfig/mdconfig.8
@@ -41,7 +41,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 31, 2000
+.Dd March 10, 2004
.Dt MDCONFIG 8
.Os
.Sh NAME
@@ -52,12 +52,9 @@
.Fl a
.Fl t Ar type
.Op Fl n
-.Oo
-.Fl o
-.Oo Cm no Oc Ns Ar option
-.Oc
-.Op Fl s Ar size
+.Oo Fl o Oo Cm no Oc Ns Ar option Oc ...
.Op Fl f Ar file
+.Op Fl s Ar size
.Op Fl S Ar sectorsize
.Op Fl u Ar unit
.Op Fl x Ar sectors/track
@@ -127,11 +124,15 @@ denotes kilobyte, megabyte and gigabyte respectively.
.It Fl S Ar sectorsize
Sectorsize to use for malloc backed device.
.It Fl x Ar sectors/track
-See description of
-.Fl y
-below.
+See the description of the
+.Fl y
+option below.
.It Fl y Ar heads/cylinder
-For malloc or vnode backed devices, the
+For
+.Cm malloc
+or
+.Cm vnode
+backed devices, the
.Fl x
and
.Fl y
@@ -142,7 +143,11 @@ other devices.
Set or reset options.
.Bl -tag -width indent
.It Oo Cm no Oc Ns Cm async
-For vnode backed devices: avoid IO_SYNC for increased performance but
+For
+.Cm vnode
+backed devices: avoid
+.Dv IO_SYNC
+for increased performance but
at the risk of deadlocking the entire kernel.
.It Oo Cm no Oc Ns Cm reserve
Allocate and reserve all needed storage from the start, rather than as needed.
OpenPOWER on IntegriCloud