summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_schedparam.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/pthread_schedparam.3')
-rw-r--r--lib/libpthread/man/pthread_schedparam.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_schedparam.3 b/lib/libpthread/man/pthread_schedparam.3
index f8e10c3b765..8690905abfb 100644
--- a/lib/libpthread/man/pthread_schedparam.3
+++ b/lib/libpthread/man/pthread_schedparam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_schedparam.3,v 1.4 2010/11/07 18:16:43 jmc Exp $
+.\" $OpenBSD: pthread_schedparam.3,v 1.5 2013/06/05 03:44:50 tedu Exp $
.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
.\" All rights reserved.
.\"
@@ -27,7 +27,7 @@
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $FreeBSD: src/lib/libc_r/man/pthread_schedparam.3,v 1.4 2001/07/15 07:53:27 dd Exp $
-.Dd $Mdocdate: November 7 2010 $
+.Dd $Mdocdate: June 5 2013 $
.Dt PTHREAD_SCHEDPARAM 3
.Os
.Sh NAME
@@ -35,7 +35,7 @@
.Nm pthread_getschedparam
.Nd thread scheduling parameter manipulation
.Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
.Ft int
.Fn pthread_setschedparam "pthread_t thread" "int policy" "const struct sched_param *param"
.Ft int