summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_attr_setstacksize.3
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:44:51 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-05 03:44:51 +0000
commit2c13d61d2c131b43a8a07820e3660aed49a6c153 (patch)
tree59be910b26625e0e5a1dca60e457e2e018dbe7d3 /lib/libpthread/man/pthread_attr_setstacksize.3
parenta14cf3f2d37ea5df9b795c5bec71e78504e57faf (diff)
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libpthread/man/pthread_attr_setstacksize.3')
-rw-r--r--lib/libpthread/man/pthread_attr_setstacksize.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_attr_setstacksize.3 b/lib/libpthread/man/pthread_attr_setstacksize.3
index 2189e0b1eb1..14f7e32a4c0 100644
--- a/lib/libpthread/man/pthread_attr_setstacksize.3
+++ b/lib/libpthread/man/pthread_attr_setstacksize.3
@@ -1,9 +1,9 @@
-.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.9 2008/12/18 09:30:32 guenther Exp $
+.\" $OpenBSD: pthread_attr_setstacksize.3,v 1.10 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_SETSTACKSIZE 3
.Os
.Sh NAME
@@ -11,7 +11,7 @@
.Nm pthread_attr_getstacksize
.Nd set and get stacksize attribute
.Sh SYNOPSIS
-.Fd #include <pthread.h>
+.In pthread.h
.Ft int
.Fn pthread_attr_setstacksize "pthread_attr_t *attr" "size_t stacksize"
.Ft int