summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_attr_setstack.3
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2013-06-05 03:40:26 +0000
committertedu <tedu@openbsd.org>2013-06-05 03:40:26 +0000
commit86f9d4cdda0e0267dccd8755ac0035525579c4a7 (patch)
treef3437ec7ed6f576366d99a4f7acc4c56f80e05ad /lib/libpthread/man/pthread_attr_setstack.3
parentUse the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze (diff)
downloadwireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.tar.xz
wireguard-openbsd-86f9d4cdda0e0267dccd8755ac0035525579c4a7.zip
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/pthread_attr_setstack.3')
-rw-r--r--lib/libpthread/man/pthread_attr_setstack.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_attr_setstack.3 b/lib/libpthread/man/pthread_attr_setstack.3
index ed4250eedbe..306dbdae8fd 100644
--- a/lib/libpthread/man/pthread_attr_setstack.3
+++ b/lib/libpthread/man/pthread_attr_setstack.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_attr_setstack.3,v 1.3 2008/12/18 09:30:32 guenther Exp $
+.\" $OpenBSD: pthread_attr_setstack.3,v 1.4 2013/06/05 03:44:50 tedu Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.\"
.\" David Leonard, 2000. Public Domain.
.\"
-.Dd $Mdocdate: December 18 2008 $
+.Dd $Mdocdate: June 5 2013 $
.Dt PTHREAD_ATTR_SETSTACK 3
.Os
.Sh NAME
@@ -11,7 +11,7 @@
.Nm pthread_attr_getstack
.Nd set and get stack attributes
.Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
.Ft int
.Fn pthread_attr_setstack "pthread_attr_t *attr" "void *stackaddr" "size_t stacksize"
.Ft int