summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/clock.t
diff options
context:
space:
mode:
authorWade A Smith <warm38@juno.com>1998-09-30 15:45:08 +0000
committerWade A Smith <warm38@juno.com>1998-09-30 15:45:08 +0000
commitc11f51269b6be26584b68c157251b0ccd74b1058 (patch)
tree3f62b05e970344b83120d468197ced302c0152e9 /doc/new_chapters/clock.t
parentDocumented the fsync and fdatasync routines in this file. (diff)
downloadrtems-c11f51269b6be26584b68c157251b0ccd74b1058.tar.bz2
Updated the DESCRIPTION section of the times routine.
Diffstat (limited to '')
-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.