From 7f21753e2504ba383e9b60d2a4835c3f631d344c Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 22 May 2004 16:17:57 +0000 Subject: [PATCH] Actually we are also able to list only choosen providers. --- sbin/geom/class/concat/gconcat.8 | 3 ++- sbin/geom/class/nop/gnop.8 | 3 ++- sbin/geom/class/stripe/gstripe.8 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8 index deb68a2d311c..ae095bba5187 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 18f5d35fd4cb..315828e31b86 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 381bac6182e5..d77932a0ae04 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