Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 06/24/2002 00:32:01
Module Name: basesrc
Committed By: perry
Date: Sun Jun 23 21:32:01 UTC 2002
Modified Files:
basesrc/lib/libc/gen: times.3
Log Message:
Note that times now uses sysconf(_SC_CLK_TCK) ticks, not CLK_TCK
ticks. Although the two are the same, SuS now says you use the former,
not the latter, to get the information. Also, fill in a little
information on just how awful this crusty wreck is.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/lib/libc/gen/times.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.