diff options
Diffstat (limited to 'lib/libpthread/man/pthread_exit.3')
| -rw-r--r-- | lib/libpthread/man/pthread_exit.3 | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3 index 99b5b1f3f3f1..aad365e545dc 100644 --- a/lib/libpthread/man/pthread_exit.3 +++ b/lib/libpthread/man/pthread_exit.3 @@ -88,10 +88,10 @@ function cannot return to its caller.  None.  .Pp  .Sh SEE ALSO -.Xr pthread_create 3 , -.Xr pthread_join 3 , +.Xr _exit 2 ,  .Xr exit 2 , -.Xr _exit 2 +.Xr pthread_create 3 , +.Xr pthread_join 3  .Sh STANDARDS  .Fn pthread_exit  is expected to conform to IEEE | 
