diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
| commit | acd80190835b96c5eaa73cb9864470b2facf9112 (patch) | |
| tree | f587f29347afc9f51d8819f6003dd6b7d77c0e78 /lib/libpthread/man/pthread_create.3 | |
| parent | 4d3ee609416860429014877b695db878e04be7ca (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/man/pthread_create.3')
| -rw-r--r-- | lib/libpthread/man/pthread_create.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3 index 3b6067a2e260..6966b56398aa 100644 --- a/lib/libpthread/man/pthread_create.3 +++ b/lib/libpthread/man/pthread_create.3 @@ -101,9 +101,9 @@ is invalid. .Pp .Sh SEE ALSO .Xr fork 2 , -.Xr pthread_exit 3 , -.Xr pthread_cleanup_push 3 , .Xr pthread_cleanup_pop 3 , +.Xr pthread_cleanup_push 3 , +.Xr pthread_exit 3 , .Xr pthread_join 3 .Sh STANDARDS .Fn pthread_create |
