summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/nop
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2004-11-04 19:12:43 +0000
committerceri <ceri@FreeBSD.org>2004-11-04 19:12:43 +0000
commitf124567fde6a606c39c7feef7b3a043a6609ca8e (patch)
treea4b873cc1403c5663cd93f5c038d63498a787380 /sbin/geom/class/nop
parent827366c155aca75749dbf934e25cb6ccdfd4f9f3 (diff)
downloadFreeBSD-src-f124567fde6a606c39c7feef7b3a043a6609ca8e.zip
FreeBSD-src-f124567fde6a606c39c7feef7b3a043a6609ca8e.tar.gz
Grammatical and spelling improvements.
Reviewed by: pjd
Diffstat (limited to 'sbin/geom/class/nop')
-rw-r--r--sbin/geom/class/nop/gnop.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index 5ff7e07..6b09a53 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -64,8 +64,8 @@
The
.Nm
utility is used for setting up transparent providers on existing ones.
-Its main purpose is testing other GEOM classes, as it allows force providers
-removal and I/O errors simulation with a given probability.
+Its main purpose is testing other GEOM classes, as it allows forced provider
+removal and I/O error simulation with a given probability.
It is also a good starting point for implementing new GEOM classes.
.Pp
The first argument to
@@ -74,7 +74,7 @@ indicates an action to be performed:
.Bl -tag -width ".Cm configure"
.It Cm create
Set up a transparent provider on the given devices.
-If operation succeded, new provider should appear with name
+If the operation succeeds, the new provider should appear with name
.Pa /dev/ Ns Ao Ar dev Ac Ns Pa .nop .
The kernel module
.Pa geom_nop.ko
@@ -127,14 +127,14 @@ The default value is shown next to each variable.
Debug level of the
.Nm NOP
GEOM class.
-This can be set to a number between 0 and 2, both included.
+This can be set to a number between 0 and 2 inclusive.
If set to 0 minimal debug information is printed, and if set to 2 the
-maximum amount of debug information in printed.
+maximum amount of debug information is printed.
.El
.Sh EXAMPLES
The following example shows how to create a transparent provider for disk
.Pa /dev/da0
-with 50% failure probability and destroy it.
+with 50% failure probability, and how to destroy it.
.Bd -literal -offset indent
gnop create -v -f 50 da0
gnop destroy -v da0.nop
OpenPOWER on IntegriCloud