summaryrefslogtreecommitdiffstats
path: root/man2/times.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/times.2')
-rw-r--r--man2/times.222
1 files changed, 11 insertions, 11 deletions
diff --git a/man2/times.2 b/man2/times.2
index 7e85beb6e..08202158a 100644
--- a/man2/times.2
+++ b/man2/times.2
@@ -76,9 +76,9 @@ values for all waited-for terminated children.
.P
Times for terminated children (and their descendants)
are added in at the moment
-.BR wait (2)
+.MR wait 2
or
-.BR waitpid (2)
+.MR waitpid 2
returns their process ID.
In particular,
times of grandchildren
@@ -139,7 +139,7 @@ and
fields,
although POSIX.1-2001 says that this should happen
only if the calling process
-.BR wait (2)s
+.MR wait 2 s
on its children.
This nonconformance is rectified in Linux 2.6.9 and later.
.\" See the description of times() in XSH, which says:
@@ -162,7 +162,7 @@ combined with the fact that the returned value may overflow the range of
means that a portable application would be wise to avoid using this value.
To measure changes in elapsed time,
use
-.BR clock_gettime (2)
+.MR clock_gettime 2
instead.
.\" .P
.\" On older systems the number of clock ticks per second is given
@@ -190,7 +190,7 @@ sysconf(_SC_CLK_TCK);
.in
.P
Note that
-.BR clock (3)
+.MR clock 3
also returns a value of type
.IR clock_t ,
but this value is measured in units of
@@ -214,9 +214,9 @@ the maximum value that can be stored in
.\" "compat_sys_times() bogus until jiffies >= 0"
.\" November 2007
.SH SEE ALSO
-.BR time (1),
-.BR getrusage (2),
-.BR wait (2),
-.BR clock (3),
-.BR sysconf (3),
-.BR time (7)
+.MR time 1 ,
+.MR getrusage 2 ,
+.MR wait 2 ,
+.MR clock 3 ,
+.MR sysconf 3 ,
+.MR time 7