From c11f51269b6be26584b68c157251b0ccd74b1058 Mon Sep 17 00:00:00 2001 From: Wade A Smith Date: Wed, 30 Sep 1998 15:45:08 +0000 Subject: Updated the DESCRIPTION section of the times routine. --- doc/new_chapters/clock.t | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'doc/new_chapters') 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. -- cgit v1.2.3