summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-09-21 19:05:35 +0000
committerphk <phk@FreeBSD.org>2003-09-21 19:05:35 +0000
commite8e421549df98af3f66ffeb313f518ef2954148a (patch)
tree02124d86a2f12991f828e40aefb06b739b33b2d2 /sbin/mdconfig
parent2e70579d54e874a045f3d62e33e0659c56920c27 (diff)
downloadFreeBSD-src-e8e421549df98af3f66ffeb313f518ef2954148a.zip
FreeBSD-src-e8e421549df98af3f66ffeb313f518ef2954148a.tar.gz
Document the -x and -y options.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.814
1 files changed, 14 insertions, 0 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8
index a8a5a9a..bb5e77f 100644
--- a/sbin/mdconfig/mdconfig.8
+++ b/sbin/mdconfig/mdconfig.8
@@ -60,6 +60,8 @@
.Op Fl f Ar file
.Op Fl S Ar sectorsize
.Op Fl u Ar unit
+.Op Fl x Ar sectors/track
+.Op Fl y Ar heads/cyl
.Nm
.Fl d
.Fl u Ar unit
@@ -119,6 +121,18 @@ which
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.
+.It Fl y Ar heads/cylinder
+For malloc backed devices, the
+.Fl x
+and
+.Fl y
+options can be used to specify a synthetic geometry.
+This is useful for constructing bootable images for later download to
+other devices.
.It Fl o Oo Cm no Oc Ns Ar option
Set or reset options.
.Bl -tag -width indent
OpenPOWER on IntegriCloud