svn commit: r197902 - in stable/8/sbin/geom: . class/nop

Christian Brueffer brueffer at FreeBSD.org
Fri Oct 9 13:25:46 UTC 2009


Author: brueffer
Date: Fri Oct  9 13:25:45 2009
New Revision: 197902
URL: http://svn.freebsd.org/changeset/base/197902

Log:
  MFC: r197274
  
  Fix the example, -w is the right switch for write failure probability.
  
  Approved by:	re (kib)

Modified:
  stable/8/sbin/geom/   (props changed)
  stable/8/sbin/geom/class/nop/gnop.8

Modified: stable/8/sbin/geom/class/nop/gnop.8
==============================================================================
--- stable/8/sbin/geom/class/nop/gnop.8	Fri Oct  9 10:13:18 2009	(r197901)
+++ stable/8/sbin/geom/class/nop/gnop.8	Fri Oct  9 13:25:45 2009	(r197902)
@@ -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 th
 .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


More information about the svn-src-all mailing list