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
This commit is contained in:
Anatoly Borodin 2019-02-21 20:22:06 +01:00 committed by Brian Behlendorf
parent 9abbee4912
commit f23b0242b6
1 changed files with 4 additions and 4 deletions

View 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 .