summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 17:55:22 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 17:55:22 +0000
commit9d7fa165f85aeb19e753017101792f8a56d865dc (patch)
tree2b54b96f9a4c4cec177691393f9754f0235e163a /lib/libpthread
parent950254d909152efb61b61dec32ad79a3f0d2e200 (diff)
use .In rather than .Fd #include
Diffstat (limited to 'lib/libpthread')
-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