Updated the DESCRIPTION section of the times routine.

This commit is contained in:
Wade A Smith
1998-09-30 15:45:08 +00:00
parent a65c28e785
commit c11f51269b

View File

@@ -294,14 +294,7 @@ This routine returns the process times
@code{times} stores the current process times in @code{buf}. @code{times} stores the current process times in @code{buf}.
@code{struct tms} is as defined in @code{/usr/include/sys/times.h}: @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{times} returns the number of clock ticks that have elapsed @code{times} returns the number of clock ticks that have elapsed
since the systm has been up. since the systm has been up.