diff options
| author | wiz <wiz@NetBSD.org> | 2003-07-04 11:47:03 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-07-04 11:47:03 +0000 |
| commit | 9edf05479aafeeb4be8cd2c840d9638cb3623b07 (patch) | |
| tree | 440e2515de9bfe70c653966c33abfb6ec233cdb2 /lib/libpthread/pthread_join.3 | |
| parent | 63e8a90e85fb91715ab8bac96e716fd3b0408efb (diff) | |
Mark up a defined value.
Diffstat (limited to 'lib/libpthread/pthread_join.3')
| -rw-r--r-- | lib/libpthread/pthread_join.3 | 4 |
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 |
