diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-16 07:04:33 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-02-21 08:32:12 +0100 |
| commit | 481daa3194eb85ddef8a40d29188f646a8ff48e7 (patch) | |
| tree | 0138b875d52ed3917473216a858349e29f99a8fb /man1 | |
| parent | 2bec57c6466b099865d7419cbcdbd6020e2bcbb6 (diff) | |
| download | man-pages-481daa3194eb85ddef8a40d29188f646a8ff48e7.tar.gz | |
time.1: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man1')
| -rw-r--r-- | man1/time.1 | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/man1/time.1 b/man1/time.1 index 43cfd3daa6..c10b98844e 100644 --- a/man1/time.1 +++ b/man1/time.1 @@ -141,7 +141,9 @@ are supported. Elapsed real time (in [hours:]minutes:seconds). .TP .B %e -(Not in tcsh.) Elapsed real time (in seconds). +(Not in +.BR tcsh (1).) +Elapsed real time (in seconds). .TP .B %S Total number of CPU-seconds that the process spent in kernel mode. @@ -158,7 +160,9 @@ Percentage of the CPU that this job got, computed as (%U + %S) / %E. Maximum resident set size of the process during its lifetime, in Kbytes. .TP .B %t -(Not in tcsh.) Average resident set size of the process, in Kbytes. +(Not in +.BR tcsh (1).) +Average resident set size of the process, in Kbytes. .TP .B %K Average total (data+stack+text) memory use of the process, @@ -168,13 +172,17 @@ in Kbytes. Average size of the process's unshared data area, in Kbytes. .TP .B %p -(Not in tcsh.) Average size of the process's unshared stack space, in Kbytes. +(Not in +.BR tcsh (1).) +Average size of the process's unshared stack space, in Kbytes. .TP .B %X Average size of the process's shared text space, in Kbytes. .TP .B %Z -(Not in tcsh.) System's page size, in bytes. +(Not in +.BR tcsh (1).) +System's page size, in bytes. This is a per-system constant, but varies between systems. .TP .B %F @@ -217,10 +225,14 @@ Number of socket messages sent by the process. Number of signals delivered to the process. .TP .B %C -(Not in tcsh.) Name and command-line arguments of the command being timed. +(Not in +.BR tcsh (1).) +Name and command-line arguments of the command being timed. .TP .B %x -(Not in tcsh.) Exit status of the command. +(Not in +.BR tcsh (1).) +Exit status of the command. .SS GNU options .TP .BI "\-f " format ", \-\-format=" format |
