summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-22 10:53:06 +0000
committerpjd <pjd@FreeBSD.org>2004-05-22 10:53:06 +0000
commitc75ca6dc1d5b73f51fec05f6e86041ed78109d5e (patch)
treea6c96b851b3a14d2fa02a64ae9cf7e09538cf80f /sbin
parent8ed5f6a1376001999cf39443a41b7e60b6924d4a (diff)
downloadFreeBSD-src-c75ca6dc1d5b73f51fec05f6e86041ed78109d5e.zip
FreeBSD-src-c75ca6dc1d5b73f51fec05f6e86041ed78109d5e.tar.gz
Be more precise.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/nop/gnop.815
1 files changed, 8 insertions, 7 deletions
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index c7e6a8a..18f5d35 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -41,13 +41,13 @@
.Cm configure
.Op Fl v
.Op Fl f Ar failprob
-.Ar dev1
-.Op Ar dev2 Op Ar ...
+.Ar prov1
+.Op Ar prov2 Op Ar ...
.Nm
.Cm destroy
.Op Fl fv
-.Ar dev1
-.Op Ar dev2 Op Ar ...
+.Ar prov1
+.Op Ar prov2 Op Ar ...
.Nm
.Cm list
.Nm
@@ -82,7 +82,7 @@ The kernel module
.Pa geom_nop.ko
will be loaded if it is not loaded already.
.It Cm destroy
-Turn off transparent providers for the given devices.
+Turn off the given transparent providers.
.It Cm list
List currently configured providers.
.It Cm load
@@ -107,9 +107,10 @@ Be more verbose.
.Sh EXAMPLES
The following example shows how to create transparent provider for disk
.Pa /dev/da0
-with 50% failure probability.
+with 50% failure probability and destroy it.
.Bd -literal -offset indent
-gnop create -v -f 50 /dev/da0
+gnop create -v -f 50 da0
+gnop destroy -v da0.nop
.Ed
.Sh DIAGNOSTICS
Exit status is 0 on success, and 1 if the command fails.
OpenPOWER on IntegriCloud