From owner-svn-src-stable@FreeBSD.ORG Mon Oct 12 12:21:37 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7EDC106566B; Mon, 12 Oct 2009 12:21:37 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B53958FC1B; Mon, 12 Oct 2009 12:21:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9CCLba2061262; Mon, 12 Oct 2009 12:21:37 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9CCLbX4061260; Mon, 12 Oct 2009 12:21:37 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200910121221.n9CCLbX4061260@svn.freebsd.org> From: Christian Brueffer Date: Mon, 12 Oct 2009 12:21:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197978 - in stable/7/sbin/geom: . class/label class/nop class/part misc X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2009 12:21:37 -0000 Author: brueffer Date: Mon Oct 12 12:21:37 2009 New Revision: 197978 URL: http://svn.freebsd.org/changeset/base/197978 Log: MFC: r197274 Fix the example, -w is the right switch for write failure probability. Modified: stable/7/sbin/geom/ (props changed) stable/7/sbin/geom/class/label/ (props changed) stable/7/sbin/geom/class/nop/gnop.8 stable/7/sbin/geom/class/part/ (props changed) stable/7/sbin/geom/misc/ (props changed) Modified: stable/7/sbin/geom/class/nop/gnop.8 ============================================================================== --- stable/7/sbin/geom/class/nop/gnop.8 Mon Oct 12 10:30:15 2009 (r197977) +++ stable/7/sbin/geom/class/nop/gnop.8 Mon Oct 12 12:21:37 2009 (r197978) @@ -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