diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2015-10-23 03:35:20 +0300 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-11-03 15:47:05 -0500 |
commit | 3a005aada8ac0e291c13cbc488ba9ae1473f0a96 (patch) | |
tree | 2e432b30adcc91840a18e781f8d7d5feefc71f62 /usr/src/man/man3c/pthread_mutex_consistent.3c | |
parent | fd76205d7372b305e64b7cfcd27939a39c743cb4 (diff) | |
download | illumos-joyent-3a005aada8ac0e291c13cbc488ba9ae1473f0a96.tar.gz |
6377 Fix man page issues found by mandoc 1.13.3
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/man/man3c/pthread_mutex_consistent.3c')
-rw-r--r-- | usr/src/man/man3c/pthread_mutex_consistent.3c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3c/pthread_mutex_consistent.3c b/usr/src/man/man3c/pthread_mutex_consistent.3c index 2b6fd0206d..7adfec6527 100644 --- a/usr/src/man/man3c/pthread_mutex_consistent.3c +++ b/usr/src/man/man3c/pthread_mutex_consistent.3c @@ -77,10 +77,10 @@ state. .Sh MT-LEVEL .Sy MT-Safe .Sh SEE ALSO -.Xr pthread_mutexattr_getrobust 3C , .Xr pthread_mutex_destroy 3C , -.Xr pthread_mutex_lock 3C , .Xr pthread_mutex_init 3C , +.Xr pthread_mutex_lock 3C , +.Xr pthread_mutexattr_getrobust 3C , .Xr pthread 3HEAD , .Xr libpthread 3LIB , .Xr attributes 5 , |