diff options
| author | wiz <wiz@NetBSD.org> | 2010-07-09 10:55:11 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2010-07-09 10:55:11 +0000 |
| commit | 83d2a68694fcae51e5dd0424327b6dcd32a815cd (patch) | |
| tree | 4af3f7559a8f43694d646080ad1949341c2cd6a9 /lib/libpthread/pthread_join.3 | |
| parent | f42b354e7da2bde7d2a601ba3ee5068407ed940d (diff) | |
Mark up NULL.
Diffstat (limited to 'lib/libpthread/pthread_join.3')
| -rw-r--r-- | lib/libpthread/pthread_join.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_join.3 b/lib/libpthread/pthread_join.3 index 9f2545af74e..41609f65c6d 100644 --- a/lib/libpthread/pthread_join.3 +++ b/lib/libpthread/pthread_join.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: pthread_join.3,v 1.5 2010/07/09 08:51:28 jruoho Exp $ +.\" $NetBSD: pthread_join.3,v 1.6 2010/07/09 10:55:11 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -78,7 +78,8 @@ has already terminated. .Pp On return from a successful .Fn pthread_join -call with a non-NULL +call with a +.Pf non- Dv NULL .Fa value_ptr argument, the value passed to .Fn pthread_exit |
