diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-26 22:41:10 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-26 22:41:10 +0000 |
commit | 132a39653e5ccdb75300cfed05cc82a19ebf568b (patch) | |
tree | bf3b4b8f6548d230e8ed9fdf1063f9683cf7eb77 /share/man/man3/pthread_mutex_init.3 | |
parent | aec99ecf8e35042a9e9c3d406b5c7074605129c1 (diff) | |
download | FreeBSD-src-132a39653e5ccdb75300cfed05cc82a19ebf568b.zip FreeBSD-src-132a39653e5ccdb75300cfed05cc82a19ebf568b.tar.gz |
sort SEE ALSO
Diffstat (limited to 'share/man/man3/pthread_mutex_init.3')
-rw-r--r-- | share/man/man3/pthread_mutex_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/pthread_mutex_init.3 b/share/man/man3/pthread_mutex_init.3 index 10a026b..a5a1eca 100644 --- a/share/man/man3/pthread_mutex_init.3 +++ b/share/man/man3/pthread_mutex_init.3 @@ -66,11 +66,11 @@ is invalid. The process cannot allocate enough memory to create another mutex. .El .Sh SEE ALSO -.Xr pthread_mutexattr 3 , .Xr pthread_mutex_destroy 3 , .Xr pthread_mutex_lock 3 , .Xr pthread_mutex_trylock 3 , -.Xr pthread_mutex_unlock 3 +.Xr pthread_mutex_unlock 3 , +.Xr pthread_mutexattr 3 .Sh STANDARDS The .Fn pthread_mutex_init |