From owner-svn-src-all@FreeBSD.ORG Thu Sep 17 13:04:46 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8246C106568F; Thu, 17 Sep 2009 13:04:46 +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 7025B8FC20; Thu, 17 Sep 2009 13:04:46 +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 n8HD4kpf057671; Thu, 17 Sep 2009 13:04:46 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8HD4kAt057669; Thu, 17 Sep 2009 13:04:46 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200909171304.n8HD4kAt057669@svn.freebsd.org> From: Christian Brueffer Date: Thu, 17 Sep 2009 13:04:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197274 - head/sbin/geom/class/nop X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 13:04:46 -0000 Author: brueffer Date: Thu Sep 17 13:04:46 2009 New Revision: 197274 URL: http://svn.freebsd.org/changeset/base/197274 Log: 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 Modified: head/sbin/geom/class/nop/gnop.8 Modified: head/sbin/geom/class/nop/gnop.8 ============================================================================== --- head/sbin/geom/class/nop/gnop.8 Thu Sep 17 13:03:44 2009 (r197273) +++ head/sbin/geom/class/nop/gnop.8 Thu Sep 17 13:04:46 2009 (r197274) @@ -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