Bug 223829

Summary: ZFS zpool status -D missing documentation in manpage
Product: Documentation Reporter: Miroslav Lachman <000.fbsd>
Component: Manual PagesAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: doc, lwhsu, stilezy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Miroslav Lachman 2017-11-23 21:09:18 UTC
Manpage for zpool does not contain "zpool status -D" but it works even on my old 10.x machines.


FreeBSD CURRENT has
zpool status [-vx] [-T d|u] [pool]... [interval [count]]


Illumos manual https://illumos.org/man/1M/zpool
zpool status [-Dvx] [-T u|d] [pool]... [interval [count]]


 -D Display a histogram of deduplication statistics, showing
    the allocated (physically present on disk) and referenced
    (logically referenced in the pool) block counts and sizes
    by reference count.

Please correct this part of manpage in all supported versions.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-10-27 12:53:38 UTC
I've checked 13-CURRENT, 12-STABLE and 11-STABLE, all have zpool status -D documented now.