diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-16 10:50:22 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-16 10:50:22 +0200 |
| commit | 7680a98c630da149740a201981b21bd9566ab852 (patch) | |
| tree | 3c2ae9c7557f1a8df176512da33d4038ddd109b8 | |
| parent | e7d0bb471599db8768c8f8db07bdbc8b7722f4a1 (diff) | |
| download | man-pages-7680a98c630da149740a201981b21bd9566ab852.tar.gz | |
time.1: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man1/time.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man1/time.1 b/man1/time.1 index ad7d71a9d6..ed9e6eab05 100644 --- a/man1/time.1 +++ b/man1/time.1 @@ -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. |
