From 883ffece78217e3a10cb01dcc06b06e983563aa6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Oct 1998 21:52:40 +0000 Subject: Removed times() since it is duplicated. --- doc/new_chapters/clock.t | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'doc') diff --git a/doc/new_chapters/clock.t b/doc/new_chapters/clock.t index b3f50b4bff..7c05acd671 100644 --- a/doc/new_chapters/clock.t +++ b/doc/new_chapters/clock.t @@ -22,7 +22,6 @@ The directives provided by the clock manager are: @item @code{nanosleep} - @item @code{gettimeofday} - Get the Time of Day @item @code{time} - Get time in seconds -@item @code{times} - Get process times @end itemize @section Background @@ -273,33 +272,3 @@ memory pointed to by @code{t}. NONE -@page -@subsection times - Get process times - -@subheading CALLING SEQUENCE: - -@example -#include - -int time( - clock_t times(struct tms *buf -); -@end example - -@subheading STATUS CODES: - -This routine returns the process times - -@subheading DESCRIPTION: - -@code{times} stores the current process times in @code{buf}. - -@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. - -@subheading NOTES: - -NONE - -- cgit v1.2.3