Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpthread Formatting, typos, whitespace fixes.
details: https://anonhg.NetBSD.org/src/rev/9a94efd26d2d
branches: trunk
changeset: 344851:9a94efd26d2d
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Apr 24 09:01:45 2016 +0000
description:
Formatting, typos, whitespace fixes.
diffstat:
lib/libpthread/pthread_getcpuclockid.3 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r 8d1f7d75a00c -r 9a94efd26d2d lib/libpthread/pthread_getcpuclockid.3
--- a/lib/libpthread/pthread_getcpuclockid.3 Sun Apr 24 08:59:30 2016 +0000
+++ b/lib/libpthread/pthread_getcpuclockid.3 Sun Apr 24 09:01:45 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_getcpuclockid.3,v 1.2 2016/04/24 00:05:28 christos Exp $
+.\" $NetBSD: pthread_getcpuclockid.3,v 1.3 2016/04/24 09:01:45 wiz Exp $
.\"
.\" Copyright (c) 2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -28,11 +28,11 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 23, 2016
-.Dt pthread_getcpuclockid 3
+.Dt PTHREAD_GETCPUCLOCKID 3
.Os
.Sh NAME
.Nm pthread_getcpuclockid
-.Nd retrieve the clockid of the give thread
+.Nd retrieve the clockid of the given thread
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
@@ -47,7 +47,7 @@
for the specified
.Fa thread .
.Pp
-The
+The
.Xr clock_gettime 2
function can be used with the returned
.Fa clock_id
@@ -56,7 +56,7 @@
On success the
.Fn pthread_getcpuclockid
function returns 0, placing the requested
-.Fa clock_id
+.Fa clock_id
in the argument.
On error, the value \-1 is returned
and the value of
@@ -70,7 +70,7 @@
.El
.Sh SEE ALSO
.Xr clock_getcpuclockid2 2 ,
-.Xr clock_gettime 2 ,
+.Xr clock_gettime 2
.Sh STANDARDS
The
.Fn pthread_getcpuclockid
Home |
Main Index |
Thread Index |
Old Index