summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_join.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-07-04 11:47:03 +0000
committerwiz <wiz@NetBSD.org>2003-07-04 11:47:03 +0000
commit9edf05479aafeeb4be8cd2c840d9638cb3623b07 (patch)
tree440e2515de9bfe70c653966c33abfb6ec233cdb2 /lib/libpthread/pthread_join.3
parent63e8a90e85fb91715ab8bac96e716fd3b0408efb (diff)
Mark up a defined value.
Diffstat (limited to 'lib/libpthread/pthread_join.3')
-rw-r--r--lib/libpthread/pthread_join.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_join.3 b/lib/libpthread/pthread_join.3
index 5207e929732..5abcb9049fb 100644
--- a/lib/libpthread/pthread_join.3
+++ b/lib/libpthread/pthread_join.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_join.3,v 1.2 2003/06/08 06:44:31 thorpej Exp $
+.\" $NetBSD: pthread_join.3,v 1.3 2003/07/04 11:47:03 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -98,7 +98,7 @@ If the thread calling
is cancelled, then the target thread is not detached.
.Pp
A thread that has exited but remains unjoined counts against
-[_POSIX_THREAD_THREADS_MAX].
+.Dv _POSIX_THREAD_THREADS_MAX .
.Sh RETURN VALUES
If successful, the
.Fn pthread_join