diff options
Diffstat (limited to 'lib/libc_r/man')
| -rw-r--r-- | lib/libc_r/man/pthread_create.3 | 4 | ||||
| -rw-r--r-- | lib/libc_r/man/pthread_exit.3 | 6 | ||||
| -rw-r--r-- | lib/libc_r/man/pthread_join.3 | 4 | ||||
| -rw-r--r-- | lib/libc_r/man/pthread_key_create.3 | 4 | ||||
| -rw-r--r-- | lib/libc_r/man/pthread_key_delete.3 | 2 | ||||
| -rw-r--r-- | lib/libc_r/man/pthread_setspecific.3 | 4 | 
6 files changed, 12 insertions, 12 deletions
| diff --git a/lib/libc_r/man/pthread_create.3 b/lib/libc_r/man/pthread_create.3 index 5ac24e8cdadd..aa8158802803 100644 --- a/lib/libc_r/man/pthread_create.3 +++ b/lib/libc_r/man/pthread_create.3 @@ -99,9 +99,9 @@ is invalid.  .El  .Pp  .Sh SEE ALSO +.Xr fork 2 ,  .Xr pthread_exit 3 , -.Xr pthread_join 3 , -.Xr fork 2 +.Xr pthread_join 3  .Sh STANDARDS  .Fn pthread_create  is expected to conform to IEEE diff --git a/lib/libc_r/man/pthread_exit.3 b/lib/libc_r/man/pthread_exit.3 index 99b5b1f3f3f1..aad365e545dc 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 diff --git a/lib/libc_r/man/pthread_join.3 b/lib/libc_r/man/pthread_join.3 index 374b83261ba5..cabf319c08f4 100644 --- a/lib/libc_r/man/pthread_join.3 +++ b/lib/libc_r/man/pthread_join.3 @@ -91,8 +91,8 @@ specifies the calling thread.  .El  .Pp  .Sh SEE ALSO -.Xr pthread_create 3 , -.Xr wait 2 +.Xr wait 2 , +.Xr pthread_create 3  .Sh STANDARDS  .Fn pthread_join  is expected to conform to IEEE diff --git a/lib/libc_r/man/pthread_key_create.3 b/lib/libc_r/man/pthread_key_create.3 index 1bcf9e04c22e..25165cec9f53 100644 --- a/lib/libc_r/man/pthread_key_create.3 +++ b/lib/libc_r/man/pthread_key_create.3 @@ -89,8 +89,8 @@ Insufficient memory exists to create the key.  .Pp  .Sh SEE ALSO  .Xr pthread_getspecific 3 , -.Xr pthread_setspecific 3 , -.Xr pthread_key_delete 3 +.Xr pthread_key_delete 3 , +.Xr pthread_setspecific 3  .Sh STANDARDS  .Fn pthread_key_create  is expected to conform to IEEE diff --git a/lib/libc_r/man/pthread_key_delete.3 b/lib/libc_r/man/pthread_key_delete.3 index 732c562ff3a3..badfa8c7b761 100644 --- a/lib/libc_r/man/pthread_key_delete.3 +++ b/lib/libc_r/man/pthread_key_delete.3 @@ -82,8 +82,8 @@ value is invalid.  .El  .Pp  .Sh SEE ALSO -.Xr pthread_key_create 3 ,  .Xr pthread_getspecific 3 , +.Xr pthread_key_create 3 ,  .Xr pthread_setspecific 3  .Sh STANDARDS  .Fn pthread_key_delete diff --git a/lib/libc_r/man/pthread_setspecific.3 b/lib/libc_r/man/pthread_setspecific.3 index 05b947f6875b..838b5875a093 100644 --- a/lib/libc_r/man/pthread_setspecific.3 +++ b/lib/libc_r/man/pthread_setspecific.3 @@ -81,9 +81,9 @@ value is invalid.  .El  .Pp  .Sh SEE ALSO +.Xr pthread_getspecific 3 ,  .Xr pthread_key_create 3 , -.Xr pthread_key_delete 3 , -.Xr pthread_getspecific 3 +.Xr pthread_key_delete 3  .Sh STANDARDS  .Fn pthread_setspecific  is expected to conform to IEEE | 
