summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_attr_setstackaddr.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/pthread_attr_setstackaddr.3')
-rw-r--r--lib/libpthread/man/pthread_attr_setstackaddr.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_attr_setstackaddr.3 b/lib/libpthread/man/pthread_attr_setstackaddr.3
index dec5d0fc999..7254e83cceb 100644
--- a/lib/libpthread/man/pthread_attr_setstackaddr.3
+++ b/lib/libpthread/man/pthread_attr_setstackaddr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.3 2000/04/15 02:15:26 aaron Exp $
+.\" $OpenBSD: pthread_attr_setstackaddr.3,v 1.4 2002/05/01 08:03:30 mpech Exp $
.\" Manual page derived from TOG's UNIX98 documentation.
.Dd January 6, 2000
.Dt PTHREAD_ATTR_SETSTACKADDR 3
@@ -28,8 +28,8 @@ object.
The
.Va stackaddr
attribute specifies the location of storage to be
-used for the created thread's stack. The size of the storage is at
-least
+used for the created thread's stack.
+The size of the storage is at least
.Dv PTHREAD_STACK_MIN .
.Sh RETURN VALUE
Upon successful completion,