diff --git a/man3/pthread_mutexattr_getpshared.3 b/man3/pthread_mutexattr_getpshared.3 index 0ae3c05ea..e947f8414 100644 --- a/man3/pthread_mutexattr_getpshared.3 +++ b/man3/pthread_mutexattr_getpshared.3 @@ -31,10 +31,10 @@ process-shared mutex attribute .B #include .PP .BI "int pthread_mutexattr_getpshared(" -.BI " const pthread_mutexattr_t *restrict " attr , -.BI " int *restrict " pshared ); +.BI " const pthread_mutexattr_t *restrict " attr , +.BI " int *restrict " pshared ); .BI "int pthread_mutexattr_setpshared(pthread_mutexattr_t *" attr , -.BI " int " pshared ); +.BI " int " pshared ); .fi .PP Compile and link with \fI\-pthread\fP. diff --git a/man3/pthread_rwlockattr_setkind_np.3 b/man3/pthread_rwlockattr_setkind_np.3 index 7ade3ba7d..2e1b378a6 100644 --- a/man3/pthread_rwlockattr_setkind_np.3 +++ b/man3/pthread_rwlockattr_setkind_np.3 @@ -31,10 +31,10 @@ the read-write lock kind of the thread read-write lock attribute object .B #include .PP .BI "int pthread_rwlockattr_setkind_np(pthread_rwlockattr_t *" attr , -.BI " int " pref ); +.BI " int " pref ); .BI "int pthread_rwlockattr_getkind_np(" -.BI " const pthread_rwlockattr_t *restrict " attr , -.BI " int *restrict " pref ); +.BI " const pthread_rwlockattr_t *restrict " attr , +.BI " int *restrict " pref ); .PP Compile and link with \fI\-pthread\fP. .PP