time.1: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-16 10:50:22 +02:00
parent e7d0bb4715
commit 7680a98c63
1 changed files with 6 additions and 5 deletions

View File

@ -57,7 +57,9 @@ To access the real command, you may need to specify its pathname
When in the POSIX locale, use the precise traditional format When in the POSIX locale, use the precise traditional format
.IP .IP
.in +4n .in +4n
.EX
"real %f\enuser %f\ensys %f\en" "real %f\enuser %f\ensys %f\en"
.EE
.in .in
.IP .IP
(with numbers in seconds) (with numbers in seconds)
@ -102,10 +104,10 @@ environment variable.
The default format string is: The default format string is:
.PP .PP
.in +4n .in +4n
.EX
%Uuser %Ssystem %Eelapsed %PCPU (%Xtext+%Ddata %Mmax)k %Uuser %Ssystem %Eelapsed %PCPU (%Xtext+%Ddata %Mmax)k
.br
%Iinputs+%Ooutputs (%Fmajor+%Rminor)pagefaults %Wswaps %Iinputs+%Ooutputs (%Fmajor+%Rminor)pagefaults %Wswaps
.br .EE
.in .in
.LP .LP
When the When the
@ -113,12 +115,11 @@ When the
option is given the (portable) output format option is given the (portable) output format
.PP .PP
.in +4n .in +4n
.EX
real %e real %e
.br
user %U user %U
.br
sys %S sys %S
.br .EE
.in .in
.PP .PP
is used. is used.