summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-22 16:17:57 +0000
committerpjd <pjd@FreeBSD.org>2004-05-22 16:17:57 +0000
commitef31e6c3b5eecc0138972fe13b84d260b34f2cbb (patch)
tree3c37f2b4cc6978b639384be7882547c7de6e33e2 /sbin
parent721570642d3cc139168c8f3492106313e99e44bb (diff)
downloadFreeBSD-src-ef31e6c3b5eecc0138972fe13b84d260b34f2cbb.zip
FreeBSD-src-ef31e6c3b5eecc0138972fe13b84d260b34f2cbb.tar.gz
Actually we are also able to list only choosen providers.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/concat/gconcat.83
-rw-r--r--sbin/geom/class/nop/gnop.83
-rw-r--r--sbin/geom/class/stripe/gstripe.83
3 files changed, 6 insertions, 3 deletions
diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8
index deb68a2..ae095bb 100644
--- a/sbin/geom/class/concat/gconcat.8
+++ b/sbin/geom/class/concat/gconcat.8
@@ -57,6 +57,7 @@
.Op Ar dev2 Op Ar ...
.Nm
.Cm list
+.Op Ar prov Op Ar ...
.Nm
.Cm load
.Op Fl v
@@ -109,7 +110,7 @@ Turn off existing concatenate device by its
.It Cm clear
Clear metadata on the given devices.
.It Cm list
-List currently configured devices.
+List all or the given currently configured devices.
.It Cm load
Load
.Pa geom_concat.ko
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index 18f5d35..315828e 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -50,6 +50,7 @@
.Op Ar prov2 Op Ar ...
.Nm
.Cm list
+.Op Ar prov Op Ar ...
.Nm
.Cm load
.Op Fl v
@@ -84,7 +85,7 @@ will be loaded if it is not loaded already.
.It Cm destroy
Turn off the given transparent providers.
.It Cm list
-List currently configured providers.
+List all or the given currently configured providers.
.It Cm load
Load
.Pa geom_nop.ko
diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8
index 381bac6..d77932a 100644
--- a/sbin/geom/class/stripe/gstripe.8
+++ b/sbin/geom/class/stripe/gstripe.8
@@ -59,6 +59,7 @@
.Op Ar dev2 Op Ar ...
.Nm
.Cm list
+.Op Ar prov Op Ar ...
.Nm
.Cm load
.Op Fl v
@@ -111,7 +112,7 @@ Turn off existing striped device by its
.It Cm clear
Clear metadata on the given devices.
.It Cm list
-List currently configured devices.
+List all or the given currently configured devices.
.It Cm load
Load
.Pa geom_stripe.ko
OpenPOWER on IntegriCloud