diff options
| author | dholland <dholland@NetBSD.org> | 2018-06-25 01:21:21 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2018-06-25 01:21:21 +0000 |
| commit | 2b08edfc36e54e529873a17bf893cae2ef86d29c (patch) | |
| tree | 2463b00c065f13dc4f043c698242330a14867e6d /lib/libc/sys | |
| parent | 2a749dd5a8619fb352639cf1f2b49d1fa87706b2 (diff) | |
Describe what this actually does. Bump date.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/clock_getcpuclockid2.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/clock_getcpuclockid2.2 b/lib/libc/sys/clock_getcpuclockid2.2 index d71f13e7093..37da6df85b1 100644 --- a/lib/libc/sys/clock_getcpuclockid2.2 +++ b/lib/libc/sys/clock_getcpuclockid2.2 @@ -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 |
