diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-26 22:41:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-26 22:41:10 +0000 |
commit | e52a1af206d0541ccab94268f8a8c41f044cea60 (patch) | |
tree | bf3b4b8f6548d230e8ed9fdf1063f9683cf7eb77 /share/man/man3/pthread_mutex_init.3 | |
parent | 6fbbb9be44660a84ba164c3988d47c595d7ba98d (diff) |
Notes
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 10a026b9dcbe1..a5a1eca0df168 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 |