summaryrefslogtreecommitdiffstats
path: root/man1/time.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/time.1')
-rw-r--r--man1/time.132
1 files changed, 16 insertions, 16 deletions
diff --git a/man1/time.1 b/man1/time.1
index 9b7efcfd4..9e1622570 100644
--- a/man1/time.1
+++ b/man1/time.1
@@ -31,7 +31,7 @@ and
values in a
.I "struct tms"
as returned by
-.BR times (2)),
+.MR times 2 ),
and (iii) the system CPU time (the sum of the
.I tms_stime
and
@@ -39,10 +39,10 @@ and
values in a
.I "struct tms"
as returned by
-.BR times (2)).
+.MR times 2 ).
.P
Note: some shells (e.g.,
-.BR bash (1))
+.MR bash 1 )
have a built-in
.B time
command that provides similar information on the usage of time and
@@ -131,7 +131,7 @@ The program
will always add a trailing newline itself.
The conversions follow.
All of those used by
-.BR tcsh (1)
+.MR tcsh 1
are supported.
.P
.B "Time"
@@ -141,7 +141,7 @@ Elapsed real time (in [hours:]minutes:seconds).
.TP
.B %e
(Not in
-.BR tcsh (1).)
+.MR tcsh 1 .)
Elapsed real time (in seconds).
.TP
.B %S
@@ -160,7 +160,7 @@ Maximum resident set size of the process during its lifetime, in Kbytes.
.TP
.B %t
(Not in
-.BR tcsh (1).)
+.MR tcsh 1 .)
Average resident set size of the process, in Kbytes.
.TP
.B %K
@@ -172,7 +172,7 @@ Average size of the process's unshared data area, in Kbytes.
.TP
.B %p
(Not in
-.BR tcsh (1).)
+.MR tcsh 1 .)
Average size of the process's unshared stack space, in Kbytes.
.TP
.B %X
@@ -180,7 +180,7 @@ Average size of the process's shared text space, in Kbytes.
.TP
.B %Z
(Not in
-.BR tcsh (1).)
+.MR tcsh 1 .)
System's page size, in bytes.
This is a per-system constant, but varies between systems.
.TP
@@ -225,12 +225,12 @@ Number of signals delivered to the process.
.TP
.B %C
(Not in
-.BR tcsh (1).)
+.MR tcsh 1 .)
Name and command-line arguments of the command being timed.
.TP
.B %x
(Not in
-.BR tcsh (1).)
+.MR tcsh 1 .)
Exit status of the command.
.SS GNU options
.TP
@@ -280,9 +280,9 @@ The environment variable
.B TIME
was badly chosen.
It is not unusual for systems like
-.BR autoconf (1)
+.MR autoconf 1
or
-.BR make (1)
+.MR make 1
to use environment variables with the name of a utility to override
the utility to be used.
Uses like MORE or TIME for options to programs
@@ -323,7 +323,7 @@ and C compiler you used.
.\" .IP "Francois Pinard"
.\" Helped with portability
.SH SEE ALSO
-.BR bash (1),
-.BR tcsh (1),
-.BR times (2),
-.BR wait3 (2)
+.MR bash 1 ,
+.MR tcsh 1 ,
+.MR times 2 ,
+.MR wait3 2