time.1: Make option argument formatting consistent with other pages

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-02-16 07:01:40 +01:00
parent f14c973aaa
commit 2bec57c646
1 changed files with 2 additions and 2 deletions

View File

@ -223,14 +223,14 @@ Number of signals delivered to the process.
(Not in tcsh.) Exit status of the command. (Not in tcsh.) Exit status of the command.
.SS GNU options .SS GNU options
.TP .TP
.BI "\-f " FORMAT ", \-\-format=" FORMAT .BI "\-f " format ", \-\-format=" format
Specify output format, possibly overriding the format specified Specify output format, possibly overriding the format specified
in the environment variable TIME. in the environment variable TIME.
.TP .TP
.B "\-p, \-\-portability" .B "\-p, \-\-portability"
Use the portable output format. Use the portable output format.
.TP .TP
.BI "\-o " FILE ", \-\-output=" FILE .BI "\-o " file ", \-\-output=" file
Do not send the results to Do not send the results to
.IR stderr , .IR stderr ,
but overwrite the specified file. but overwrite the specified file.