Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Describe what this actually does. Bump date.



details:   https://anonhg.NetBSD.org/src/rev/70346003a1e7
branches:  trunk
changeset: 833432:70346003a1e7
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jun 25 01:21:21 2018 +0000

description:
Describe what this actually does. Bump date.

diffstat:

 lib/libc/sys/clock_getcpuclockid2.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f3a630b55f3e -r 70346003a1e7 lib/libc/sys/clock_getcpuclockid2.2
--- a/lib/libc/sys/clock_getcpuclockid2.2       Sun Jun 24 23:55:29 2018 +0000
+++ b/lib/libc/sys/clock_getcpuclockid2.2       Mon Jun 25 01:21:21 2018 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index