]> git.proxmox.com Git - mirror_zfs.git/commit
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)
commitf23b0242b68723d7ca998cd6cfa5ff9e8c98c985
tree929b6aed1ea0a03d900836715dd2d8b1f00ebe65
parent9abbee491285303d78704e937a13ddcbb6cd0f79
Fix '-T u|d' descriptions in zpool(8)

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