aboutsummaryrefslogtreecommitdiffstats
path: root/man1
diff options
context:
space:
mode:
Diffstat (limited to 'man1')
-rw-r--r--man1/time.124
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