> Separate the "()" from the name of a function. > > of "()" in the file "pthread_mutex_consistent.3". > diff --git a/man3/pthread_mutex_consistent.3 b/man3/pthread_mutex_consistent.3 > index 579a20bd0..8a9f393ec 100644 > --- a/man3/pthread_mutex_consistent.3 > +++ b/man3/pthread_mutex_consistent.3 > @@ -53,12 +53,12 @@ state. > A mutex can be left in an inconsistent state if its owner terminates > while holding the mutex, in which case the next owner who acquires the > mutex will succeed and be notified by a return value of > -.BR EOWNERDEAD > +.B EOWNERDEAD > from a call to > .BR pthread_mutex_lock (). > .SH RETURN VALUE > On success, > -.IR pthread_mutex_consistent() > +.IR pthread_mutex_consistent () I applied this change manually. Thanks, Michael