summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/new_chapters/clock.t9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/new_chapters/clock.t b/doc/new_chapters/clock.t
index ba5057c3b1..b3f50b4bff 100644
--- a/doc/new_chapters/clock.t
+++ b/doc/new_chapters/clock.t
@@ -294,14 +294,7 @@ This routine returns the process times
@code{times} stores the current process times in @code{buf}.
-@code{struct tms} is as defined in @code{/usr/include/sys/times.h}:
-
-struct tms {
- clock_t tms_utime; /* user time */
- clock_t tms_stime; /* system time */
- clock_t tms_cutime; /* user time of children */
- clock_t tms_cstime; /* system time of children */
- };
+@code{struct tms} is as defined in @code{/usr/include/sys/times.h}
@code{times} returns the number of clock ticks that have elapsed
since the systm has been up.