From 897e93cc722e809fac05d2e87f24cde5659e70f5 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Thu, 17 Sep 2009 13:04:46 +0000 Subject: [PATCH] Fix the example, -w is the right switch for write failure probability. PR: 136219 Submitted by: Kouki Hashimoto Patch by: gavin MFC after: 3 days --- sbin/geom/class/nop/gnop.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8 index 83c33232647b..892212c9a62e 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