summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2009-09-17 13:04:46 +0000
committerbrueffer <brueffer@FreeBSD.org>2009-09-17 13:04:46 +0000
commit74b953289368f192f36248585b9bb40544204ee7 (patch)
treeed299799e57376defd3936a472327034debf6fd4 /sbin/geom
parente19a3fa312ed3b6d214a07519144fa00cb880ddf (diff)
downloadFreeBSD-src-74b953289368f192f36248585b9bb40544204ee7.zip
FreeBSD-src-74b953289368f192f36248585b9bb40544204ee7.tar.gz
Fix the example, -w is the right switch for write failure probability.
PR: 136219 Submitted by: Kouki Hashimoto <hsmtkk@gmail.com> Patch by: gavin MFC after: 3 days
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/nop/gnop.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index 83c3323..892212c 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 8, 2006
+.Dd September 17, 2009
.Dt GNOP 8
.Os
.Sh NAME
@@ -147,9 +147,9 @@ Exit status is 0 on success, and 1 if the command fails.
.Sh EXAMPLES
The following example shows how to create a transparent provider for disk
.Pa /dev/da0
-with 50% failure probability, and how to destroy it.
+with 50% write failure probability, and how to destroy it.
.Bd -literal -offset indent
-gnop create -v -f 50 da0
+gnop create -v -w 50 da0
gnop destroy -v da0.nop
.Ed
.Pp
OpenPOWER on IntegriCloud