]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
time.1: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 16 Aug 2017 08:50:22 +0000 (10:50 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 16 Aug 2017 08:50:22 +0000 (10:50 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/time.1

index ad7d71a9d60aeaf47e4d587b8dbee48e85165d0c..ed9e6eab059d9d6fcf4b5fda02bbb12e94658a08 100644 (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
 .IP
 .in +4n
+.EX
 "real %f\enuser %f\ensys %f\en"
+.EE
 .in
 .IP
 (with numbers in seconds)
@@ -102,10 +104,10 @@ environment variable.
 The default format string is:
 .PP
 .in +4n
+.EX
 %Uuser %Ssystem %Eelapsed %PCPU (%Xtext+%Ddata %Mmax)k
-.br
 %Iinputs+%Ooutputs (%Fmajor+%Rminor)pagefaults %Wswaps
-.br
+.EE
 .in
 .LP
 When the
@@ -113,12 +115,11 @@ When the
 option is given the (portable) output format
 .PP
 .in +4n
+.EX
 real %e
-.br
 user %U
-.br
 sys %S
-.br
+.EE
 .in
 .PP
 is used.