Bug 171356

Summary: [PATCH] typo in zfs.8
Product: Documentation Reporter: Bryan Drewery <bryan>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-zfs8-typo.txt none

Description Bryan Drewery 2012-09-05 22:10:02 UTC
	There is a missing 'n' in zfs.8:
	     sharesmb=on | off | opts
		 The sharesmb property has currently no effect o FreeBSD.
Comment 1 Rebecca Cran freebsd_committer freebsd_triage 2012-09-05 22:12:55 UTC
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
Comment 2 Bryan Drewery 2012-09-05 22:30:56 UTC
Updated patch at: http://people.freebsd.org/~bdrewery/patch-zfs8-typo.txt

Bryan
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-06 00:07:19 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"
Comment 4 Glen Barber freebsd_committer freebsd_triage 2012-09-06 00:07:21 UTC
State Changed
From-To: open->patched

Patched, MFC pending. 



Comment 5 Glen Barber freebsd_committer freebsd_triage 2012-09-06 00:07:21 UTC
Responsible Changed
From-To: freebsd-doc->gjb

Fixed.
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-09-08 05:42:24 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"
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-09-08 05:42:41 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"
Comment 8 Glen Barber freebsd_committer freebsd_triage 2012-09-08 05:42:44 UTC
State Changed
From-To: patched->closed

MFC complete.  Thanks!