Module Name: src Committed By: dholland Date: Mon Jun 25 01:21:21 UTC 2018
Modified Files: src/lib/libc/sys: clock_getcpuclockid2.2 Log Message: Describe what this actually does. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/sys/clock_getcpuclockid2.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/clock_getcpuclockid2.2 diff -u src/lib/libc/sys/clock_getcpuclockid2.2:1.5 src/lib/libc/sys/clock_getcpuclockid2.2:1.6 --- src/lib/libc/sys/clock_getcpuclockid2.2:1.5 Wed Oct 25 17:59:34 2017 +++ src/lib/libc/sys/clock_getcpuclockid2.2 Mon Jun 25 01:21:21 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: clock_getcpuclockid2.2,v 1.5 2017/10/25 17:59:34 abhinav Exp $ +.\" $NetBSD: clock_getcpuclockid2.2,v 1.6 2018/06/25 01:21:21 dholland Exp $ .\" .\" Copyright (c) 2016 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 5, 2017 +.Dd June 24, 2018 .Dt CLOCK_GETCPUCLOCKID2 2 .Os .Sh NAME @@ -47,7 +47,7 @@ The .Fn cpu_getcpuclockid2 function retrieves the .Fa clock_id -for the specified +for the CPU-time clock of the specified .Fa id and .Fa idtype . @@ -80,7 +80,7 @@ The .Xr clock_gettime 2 function can be used with the returned .Fa clock_id -to retrieve process and LWP times. +to retrieve process and LWP CPU usage times. .Sh RETURN VALUES .Rv -std clock_getcpuclockid2 .Pp