svn commit: r333081 - head/cddl/contrib/opensolaris/cmd/zpool

Eitan Adler eadler at FreeBSD.org
Sat Apr 28 01:14:17 UTC 2018


Author: eadler
Date: Sat Apr 28 01:14:16 2018
New Revision: 333081
URL: https://svnweb.freebsd.org/changeset/base/333081

Log:
  zpool(8): correct list of default properties in 'list'.
  
  The default provides output in the following form:
  ```
  NAME       SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP
  HEALTH  ALTROOT
  ```
  
  this corrects the man page.
  
  Also submitted upstream as
  https://github.com/openzfs/openzfs/pull/632/files (with slightly
  different changes needed)

Modified:
  head/cddl/contrib/opensolaris/cmd/zpool/zpool.8

Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- head/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Sat Apr 28 00:16:54 2018	(r333080)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Sat Apr 28 01:14:16 2018	(r333081)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 08, 2017
+.Dd April 27, 2018
 .Dt ZPOOL 8
 .Os
 .Sh NAME
@@ -1548,9 +1548,11 @@ section for a list of valid properties. The default li
 .Sy size ,
 .Sy used ,
 .Sy available ,
-.Sy fragmentation ,
+.Sy checkpoint ,
 .Sy expandsize ,
+.Sy fragmentation ,
 .Sy capacity  ,
+.Sy dedupratio ,
 .Sy health ,
 .Sy altroot .
 .It Fl T Cm d Ns | Ns Cm u


More information about the svn-src-all mailing list