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

Andriy Gapon avg at FreeBSD.org
Wed Feb 20 13:37:28 UTC 2019


Author: avg
Date: Wed Feb 20 13:37:27 2019
New Revision: 344361
URL: https://svnweb.freebsd.org/changeset/base/344361

Log:
  zpool.8: sort zpool status flags in the same order as in illumos manual
  
  Just in case, while I was here.
  
  MFC after:	1 week

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	Wed Feb 20 13:34:16 2019	(r344360)
+++ head/cddl/contrib/opensolaris/cmd/zpool/zpool.8	Wed Feb 20 13:37:27 2019	(r344361)
@@ -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