Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2019 11:36:59 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r348733 - stable/12/cddl/contrib/opensolaris/cmd/zpool
Message-ID:  <201906061136.x56BaxQO024681@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906061136.x56BaxQO024681>