diff options
author | Anatoly Borodin <[email protected]> | 2019-02-21 20:22:06 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-02-21 11:22:06 -0800 |
commit | f23b0242b68723d7ca998cd6cfa5ff9e8c98c985 (patch) | |
tree | 929b6aed1ea0a03d900836715dd2d8b1f00ebe65 | |
parent | 9abbee491285303d78704e937a13ddcbb6cd0f79 (diff) |
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Anatoly Borodin <[email protected]>
Closes #8438
-rw-r--r-- | man/man8/zpool.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 28517e475..800ada566 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -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 . |