Bug 165491

Summary: Typo in src/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Product: Documentation Reporter: Trond Endrestøl <Trond.Endrestol>
Component: Books & ArticlesAssignee: Glen Barber <gjb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Trond Endrestøl 2012-02-26 19:20:01 UTC
--- zpool.8.orig        2012-02-26 20:09:05.109047456 +0100
+++ zpool.8     2012-02-26 20:09:34.558456454 +0100
@@ -654,7 +654,7 @@
 .It Sy dedupditto Ns = Ns Ar number
 Threshold for the number of block ditto copies. If the reference count for a
 deduplicated block increases above this number, a new ditto copy of this block
-is automatically stored. Deafult setting is
+is automatically stored. Default setting is
 .Cm 0 .
 .It Sy delegation Ns = Ns Cm on No | Cm off
 Controls whether a non-privileged user is granted access based on the dataset

Fix: 

See patch above.
How-To-Repeat: Not relevant.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2012-02-26 21:28:26 UTC
Responsible Changed
From-To: freebsd-doc->eadler

we don't usually fix contrib/ code but I'll do what I can in terms of 
getting this upstream
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-06-11 07:41:11 UTC
Responsible Changed
From-To: eadler->gjb

gjb committed this in r236776
Comment 3 Glen Barber freebsd_committer freebsd_triage 2012-06-15 23:57:11 UTC
State Changed
From-To: open->closed

Apparently I fixed this.  Sorry for the delay, and thank you for 
the report.