svn commit: r348733 - stable/12/cddl/contrib/opensolaris/cmd/zpool

Andriy Gapon avg at FreeBSD.org
Thu Jun 6 11:37:00 UTC 2019


Author: avg
Date: Thu Jun  6 11:36:58 2019
New Revision: 348733
URL: https://svnweb.freebsd.org/changeset/base/348733

Log:
  MFC r344361: zpool.8: sort zpool status flags in the same order as in illumos manual

Modified:
  stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
==============================================================================
--- stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Thu Jun  6 11:35:23 2019	(r348732)
+++ stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Thu Jun  6 11:36:58 2019	(r348733)
@@ -1897,14 +1897,6 @@ Display a histogram of deduplication statistics, showi
 and referenced
 .Pq logically referenced in the pool
 block counts and sizes by reference count.
-.It Fl x
-Only display status for pools that are exhibiting errors or are otherwise
-unavailable.
-Warnings about pools not using the latest on-disk format, having non-native
-block size or disabled features will not be included.
-.It Fl v
-Displays verbose data error information, printing out a complete list of all
-data errors since the last complete pool scrub.
 .It Fl T Cm d Ns | Ns Cm u
 Print a timestamp.
 .Pp
@@ -1916,6 +1908,14 @@ Use modifier
 .Cm u
 for unixtime
 .Pq equals Qq Ic date +%s .
+.It Fl v
+Displays verbose data error information, printing out a complete list of all
+data errors since the last complete pool scrub.
+.It Fl x
+Only display status for pools that are exhibiting errors or are otherwise
+unavailable.
+Warnings about pools not using the latest on-disk format, having non-native
+block size or disabled features will not be included.
 .El
 .It Xo
 .Nm


More information about the svn-src-all mailing list