diff options
Diffstat (limited to 'lib/libc_r/man/pthread_exit.3')
-rw-r--r-- | lib/libc_r/man/pthread_exit.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/man/pthread_exit.3 b/lib/libc_r/man/pthread_exit.3 index 99b5b1f..aad365e 100644 --- a/lib/libc_r/man/pthread_exit.3 +++ b/lib/libc_r/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 |