From nobody@FreeBSD.org  Wed Jul  1 14:11:34 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5CCA01065679
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Jul 2009 14:11:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4BB298FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  1 Jul 2009 14:11:34 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n61EBY05099307
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 1 Jul 2009 14:11:34 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n61EBY5p099306;
	Wed, 1 Jul 2009 14:11:34 GMT
	(envelope-from nobody)
Message-Id: <200907011411.n61EBY5p099306@www.freebsd.org>
Date: Wed, 1 Jul 2009 14:11:34 GMT
From: Kouki Hashimoto <hsmtkk@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: gnop(8) manual page bug
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         136219
>Category:       docs
>Synopsis:       [patch] gnop(8) manual page bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 01 14:20:01 UTC 2009
>Closed-Date:    Mon Oct 12 14:22:40 CEST 2009
>Last-Modified:  Mon Oct 12 14:22:40 CEST 2009
>Originator:     Kouki Hashimoto
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD ex5800.xenon.homeunix.net 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #1: Thu Jun 25 20:58:44 JST 2009     root@ex5800.xenon.homeunix.net:/usr/obj/usr/src/sys/EX5800  i386

>Description:
First, pplease see gnop(8) man page, line 79.
It says as following...

EXAMPLES
 The following example shows how to create a transparent provider for disk
 /dev/da0 with 50% failure probability, and how to destroy it.
 gnop create -v -f 50 da0

But, to specify failure probability, we should use "-w" option
instead of "-f" option.
So, I think the writing should be
"gnop create -v -w 50 da0"

Regards.

>How-To-Repeat:
seen gnop(8) man page.
>Fix:


>Release-Note:
>Audit-Trail:

From: Gavin Atkinson <gavin@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/136219: gnop(8) manual page bug
Date: Wed, 12 Aug 2009 15:57:18 +0100

 This PR is a valid problem.  Patch at
 http://people.freebsd.org/~gavin/PRs/136219.diff
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Thu Sep 17 15:04:58 CEST 2009 
State-Changed-Why:  
Fixed in HEAD, MFC pending. 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Thu Sep 17 15:04:58 CEST 2009 
Responsible-Changed-Why:  
Fixed in HEAD, MFC pending. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136219 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/136219: commit references a PR
Date: Thu, 17 Sep 2009 13:04:55 +0000 (UTC)

 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 <hsmtkk@gmail.com>
   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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Mon Oct 12 14:22:07 CEST 2009 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136219 
>Unformatted:
