From f23b0242b68723d7ca998cd6cfa5ff9e8c98c985 Mon Sep 17 00:00:00 2001 From: Anatoly Borodin Date: Thu, 21 Feb 2019 20:22:06 +0100 Subject: [PATCH] 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 Reviewed-by: Brian Behlendorf Signed-off-by: Anatoly Borodin Closes #8438 --- man/man8/zpool.8 | 8 ++++---- 1 file 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 . -- 2.40.0