]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix '-T u|d' descriptions in zpool(8)
authorAnatoly Borodin <anatoly.borodin@gmail.com>
Thu, 21 Feb 2019 19:22:06 +0000 (20:22 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 21 Feb 2019 19:22:06 +0000 (11:22 -0800)
In

-T u|d  Display a time stamp.  Specify -u for a printed
representation of the internal representation of time.
See time(2).  Specify -d for standard date format.
See date(1).

'Specify u' and 'Specify d' should be used instead. `zpool list -T -u`
does not work.

Bring the descriptions in `zpool list` and `zpool status` in sync with
`zpool iostat`.

Reviewed by: Allan Jude <allanjude@freebsd.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
Closes #8438

man/man8/zpool.8

index 28517e4757695a751e6cf6e102a523b5af2b57ed..800ada56668751a66778895c6d216030f99c8322 100644 (file)
@@ -1889,12 +1889,12 @@ flag.
 .It Fl T Sy u Ns | Ns Sy d
 Display a time stamp.
 Specify
-.Fl u
+.Sy u
 for a printed representation of the internal representation of time.
 See
 .Xr time 2 .
 Specify
-.Fl d
+.Sy d
 for standard date format.
 See
 .Xr date 1 .
@@ -2265,12 +2265,12 @@ underlying storage.
 .It Fl T Sy u Ns | Ns Sy d
 Display a time stamp.
 Specify
-.Fl u
+.Sy u
 for a printed representation of the internal representation of time.
 See
 .Xr time 2 .
 Specify
-.Fl d
+.Sy d
 for standard date format.
 See
 .Xr date 1 .