summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_getcpuclockid.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-09-10 17:55:21 +0000
committerschwarze <schwarze@openbsd.org>2015-09-10 17:55:21 +0000
commitec5cd23ef093063387ec1273d0c19047daa9c801 (patch)
tree18d91519647aaa980b9b1386ef2157b421bd1409 /lib/libpthread/man/pthread_getcpuclockid.3
parentIt is time to put inet6 on a diet. Use the flensing knife and cut out (diff)
downloadwireguard-openbsd-ec5cd23ef093063387ec1273d0c19047daa9c801.tar.xz
wireguard-openbsd-ec5cd23ef093063387ec1273d0c19047daa9c801.zip
use .In rather than .Fd #include
Diffstat (limited to 'lib/libpthread/man/pthread_getcpuclockid.3')
-rw-r--r--lib/libpthread/man/pthread_getcpuclockid.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_getcpuclockid.3 b/lib/libpthread/man/pthread_getcpuclockid.3
index fae9aaaa993..e11a46cc0f5 100644
--- a/lib/libpthread/man/pthread_getcpuclockid.3
+++ b/lib/libpthread/man/pthread_getcpuclockid.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_getcpuclockid.3,v 1.2 2014/11/30 21:35:46 schwarze Exp $
+.\" $OpenBSD: pthread_getcpuclockid.3,v 1.3 2015/09/10 17:55:21 schwarze Exp $
.\"
.\" Copyright (c) 2013 Philip Guenther <guenther@openbsd.org>
.\"
@@ -14,14 +14,14 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 30 2014 $
+.Dd $Mdocdate: September 10 2015 $
.Dt PTHREAD_GETCPUCLOCKID 3
.Os
.Sh NAME
.Nm pthread_getcpuclockid
.Nd get a clock measuring thread CPU time
.Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
.Ft int
.Fn pthread_getcpuclockid "pthread_t thread" "clockid_t *clock_id"
.Sh DESCRIPTION