Describe what this actually does. Bump date.

This commit is contained in:
dholland 2018-06-25 01:21:21 +00:00
parent f0907ab569
commit bc382992a0
1 changed files with 4 additions and 4 deletions

View File

@ -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