From bryan@shatow.net  Wed Sep  5 21:08:32 2012
Return-Path: <bryan@shatow.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 44F791065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Sep 2012 21:08:32 +0000 (UTC)
	(envelope-from bryan@shatow.net)
Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92])
	by mx1.freebsd.org (Postfix) with ESMTP id AC52A8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Sep 2012 21:08:31 +0000 (UTC)
Received: (qmail 1986 invoked from network); 5 Sep 2012 16:08:29 -0500
Received: from unknown (HELO test8.xzibition.com) (10.10.0.34)
  by sweb.xzibition.com with SMTP; 5 Sep 2012 16:08:29 -0500
Received: by test8.xzibition.com (sSMTP sendmail emulation); Wed, 05 Sep 2012 16:08:28 -0500
Message-Id: <20120905210832.44F791065670@hub.freebsd.org>
Date: Wed, 05 Sep 2012 16:08:28 -0500
From: Bryan Drewery <bryan@shatow.net>
Reply-To: Bryan Drewery <bryan@shatow.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] typo in zfs.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171356
>Category:       docs
>Synopsis:       [PATCH] typo in zfs.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 05 21:10:02 UTC 2012
>Closed-Date:    Sat Sep 08 04:43:05 UTC 2012
>Last-Modified:  Sat Sep  8 04:50:07 UTC 2012
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	There is a missing 'n' in zfs.8:
	     sharesmb=on | off | opts
		 The sharesmb property has currently no effect o FreeBSD.

>How-To-Repeat:
	
>Fix:

	

--- patch-zfs8-typo.txt begins here ---
# svn status
M       cddl/contrib/opensolaris/cmd/zfs/zfs.8

Index: cddl/contrib/opensolaris/cmd/zfs/zfs.8
===================================================================
--- cddl/contrib/opensolaris/cmd/zfs/zfs.8	(revision 240151)
+++ cddl/contrib/opensolaris/cmd/zfs/zfs.8	(working copy)
@@ -1083,7 +1083,7 @@
 .It Sy sharesmb Ns = Ns Cm on | off | Ar opts
 The
 .Sy sharesmb
-property has currently no effect o
+property has currently no effect on
 .Fx .
 .It Sy sharenfs Ns = Ns Cm on | off | Ar opts
 Controls whether the file system is shared via
--- patch-zfs8-typo.txt ends here ---


>Release-Note:
>Audit-Trail:

From: Bruce Cran <bruce@cran.org.uk>
To: Bryan Drewery <bryan@shatow.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/171356: [PATCH] typo in zfs.8
Date: Wed, 05 Sep 2012 22:12:55 +0100

 On 05/09/2012 22:08, Bryan Drewery wrote:
 > 	There is a missing 'n' in zfs.8:
 > 	     sharesmb=on | off | opts
 > 		 The sharesmb property has currently no effect o FreeBSD.
 
 While here, swap "has" and "currently".
 
 -- 
 Bruce

From: Bryan Drewery <bryan@shatow.net>
To: bug-followup@FreeBSD.org, bruce@cran.org.uk
Cc:  
Subject: Re: docs/171356: [PATCH] typo in zfs.8
Date: Wed, 05 Sep 2012 16:30:56 -0500

 Updated patch at: http://people.freebsd.org/~bdrewery/patch-zfs8-typo.txt
 
 Bryan
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Wed Sep 5 23:07:21 UTC 2012 
State-Changed-Why:  
Patched, MFC pending. 



Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Wed Sep 5 23:07:21 UTC 2012 
Responsible-Changed-Why:  
Fixed. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171356: commit references a PR
Date: Wed,  5 Sep 2012 23:07:19 +0000 (UTC)

 Author: gjb (doc,ports committer)
 Date: Wed Sep  5 23:07:02 2012
 New Revision: 240153
 URL: http://svn.freebsd.org/changeset/base/240153
 
 Log:
   Typo fix and minor word swap.
   
   PR:		171356
   Submitted by:	bdrewery
   MFC After:	3 days
 
 Modified:
   head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
 
 Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
 ==============================================================================
 --- head/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Wed Sep  5 21:41:05 2012	(r240152)
 +++ head/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Wed Sep  5 23:07:02 2012	(r240153)
 @@ -23,10 +23,11 @@
  .\" Copyright (c) 2012, Joyent, Inc. All rights reserved.
  .\" Copyright (c) 2011, Pawel Jakub Dawidek <pjd@FreeBSD.org>
  .\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
 +.\" Copyright (c) 2012, Bryan Drewery <bdrewery@FreeBSD.org>
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 12, 2012
 +.Dd September 5, 2012
  .Dt ZFS 8
  .Os
  .Sh NAME
 @@ -1083,7 +1084,7 @@ bit is respected for the file system. Th
  .It Sy sharesmb Ns = Ns Cm on | off | Ar opts
  The
  .Sy sharesmb
 -property has currently no effect o
 +property currently has no effect on
  .Fx .
  .It Sy sharenfs Ns = Ns Cm on | off | Ar opts
  Controls whether the file system is shared via
 @@ -2031,7 +2032,7 @@ The default is
  .Pp
  The default can be changed to include group types.
  .It Fl i
 -Translate SID to POSIX ID. This flag has currently no effect on
 +Translate SID to POSIX ID. This flag currently has no effect on
  .Fx .
  .El
  .It Xo
 _______________________________________________
 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: gjb 
State-Changed-When: Sat Sep 8 04:42:44 UTC 2012 
State-Changed-Why:  
MFC complete.  Thanks! 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171356: commit references a PR
Date: Sat,  8 Sep 2012 04:42:24 +0000 (UTC)

 Author: gjb (doc,ports committer)
 Date: Sat Sep  8 04:42:09 2012
 New Revision: 240231
 URL: http://svn.freebsd.org/changeset/base/240231
 
 Log:
   MFC r240153:
   -  Typo fix and minor word swap.
   
   PR:		171356
 
 Modified:
   stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8
 Directory Properties:
   stable/9/cddl/contrib/opensolaris/   (props changed)
 
 Modified: stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8
 ==============================================================================
 --- stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sat Sep  8 04:35:54 2012	(r240230)
 +++ stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sat Sep  8 04:42:09 2012	(r240231)
 @@ -22,10 +22,11 @@
  .\" Copyright (c) 2012 Nexenta Systems, Inc. All Rights Reserved.
  .\" Copyright (c) 2012, Joyent, Inc. All rights reserved.
  .\" Copyright (c) 2011, Pawel Jakub Dawidek <pjd@FreeBSD.org>
 +.\" Copyright (c) 2012, Bryan Drewery <bdrewery@FreeBSD.org>
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 12, 2012
 +.Dd September 5, 2012
  .Dt ZFS 8
  .Os
  .Sh NAME
 @@ -1076,7 +1077,7 @@ bit is respected for the file system. Th
  .It Sy sharesmb Ns = Ns Cm on | off | Ar opts
  The
  .Sy sharesmb
 -property has currently no effect o
 +property currently has no effect on
  .Fx .
  .It Sy sharenfs Ns = Ns Cm on | off | Ar opts
  Controls whether the file system is shared via
 @@ -2022,7 +2023,7 @@ The default is
  .Pp
  The default can be changed to include group types.
  .It Fl i
 -Translate SID to POSIX ID. This flag has currently no effect on
 +Translate SID to POSIX ID. This flag currently has no effect on
  .Fx .
  .El
  .It Xo
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171356: commit references a PR
Date: Sat,  8 Sep 2012 04:42:41 +0000 (UTC)

 Author: gjb (doc,ports committer)
 Date: Sat Sep  8 04:42:33 2012
 New Revision: 240232
 URL: http://svn.freebsd.org/changeset/base/240232
 
 Log:
   MFC r240153:
   -  Typo fix and minor word swap.
   
   PR:		171356
 
 Modified:
   stable/8/cddl/contrib/opensolaris/cmd/zfs/zfs.8
 Directory Properties:
   stable/8/cddl/contrib/opensolaris/   (props changed)
 
 Modified: stable/8/cddl/contrib/opensolaris/cmd/zfs/zfs.8
 ==============================================================================
 --- stable/8/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sat Sep  8 04:42:09 2012	(r240231)
 +++ stable/8/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Sat Sep  8 04:42:33 2012	(r240232)
 @@ -22,10 +22,11 @@
  .\" Copyright (c) 2012 Nexenta Systems, Inc. All Rights Reserved.
  .\" Copyright (c) 2012, Joyent, Inc. All rights reserved.
  .\" Copyright (c) 2011, Pawel Jakub Dawidek <pjd@FreeBSD.org>
 +.\" Copyright (c) 2012, Bryan Drewery <bdrewery@FreeBSD.org>
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 12, 2012
 +.Dd September 5, 2012
  .Dt ZFS 8
  .Os
  .Sh NAME
 @@ -1076,7 +1077,7 @@ bit is respected for the file system. Th
  .It Sy sharesmb Ns = Ns Cm on | off | Ar opts
  The
  .Sy sharesmb
 -property has currently no effect o
 +property currently has no effect on
  .Fx .
  .It Sy sharenfs Ns = Ns Cm on | off | Ar opts
  Controls whether the file system is shared via
 @@ -2022,7 +2023,7 @@ The default is
  .Pp
  The default can be changed to include group types.
  .It Fl i
 -Translate SID to POSIX ID. This flag has currently no effect on
 +Translate SID to POSIX ID. This flag currently has no effect on
  .Fx .
  .El
  .It Xo
 _______________________________________________
 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"
 
>Unformatted:
