aboutsummaryrefslogtreecommitdiff
path: root/sbin/mdconfig/mdconfig.8
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2012-07-07 20:32:21 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2012-07-07 20:32:21 +0000
commitdc604f0cf62e5e8b9b2f0b2bba1447db443238a6 (patch)
tree43f177b6e61b4e88e7b97088b0b3392ef38588c2 /sbin/mdconfig/mdconfig.8
parentfcc144ad4e610690adf2826580986a38fe21af37 (diff)
downloadsrc-dc604f0cf62e5e8b9b2f0b2bba1447db443238a6.tar.gz
src-dc604f0cf62e5e8b9b2f0b2bba1447db443238a6.zip
Make it possible to resize md(4) devices.
Reviewed by: kib Sponsored by: FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=238215
Diffstat (limited to 'sbin/mdconfig/mdconfig.8')
-rw-r--r--sbin/mdconfig/mdconfig.87
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8
index 2daa72122389..89f150e8d1a4 100644
--- a/sbin/mdconfig/mdconfig.8
+++ b/sbin/mdconfig/mdconfig.8
@@ -64,6 +64,11 @@
.Fl u Ar unit
.Op Fl o Oo Cm no Oc Ns Ar force
.Nm
+.Fl r
+.Fl u Ar unit
+.Fl s Ar size
+.Op Fl o Oo Cm no Oc Ns Ar force
+.Nm
.Fl l
.Op Fl n
.Op Fl v
@@ -85,6 +90,8 @@ This will configure and attach a memory disk with the
parameters specified and attach it to the system.
.It Fl d
Detach a memory disk from the system and release all resources.
+.It Fl r
+Resize a memory disk.
.It Fl t Ar type
Select the type of the memory disk.
.Bl -tag -width "malloc"