Actions
Bug #7956
closed"minimum" is misspelled in zpool manpage
Start date:
2017-03-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
we need this diff:
--- a/usr/src/man/man1m/zpool.1m
+++ b/usr/src/man/man1m/zpool.1m
@ -569,7 +569,7
@ 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. The default setting is
.Sy 0
-which causes no ditto copies to be created for deduplicated blocks. The miniumum
+which causes no ditto copies to be created for deduplicated blocks. The minimum
legal nonzero setting is
.Sy 100 .
.It Sy delegation Ns = Ns Sy on Ns | Ns Sy off
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit eba8726136851528470dad9bad27892859bc1e3e
commit eba8726136851528470dad9bad27892859bc1e3e Author: Brad Lewis <blewis@delphix.com> Date: 2017-03-28T03:15:57.000Z 7956 "minimum" is misspelled in zpool manpage Reviewed by: Prashanth Sreenivasa <pks@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions