From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: [PATCTH 0/2] pthread_mutexattr_setrobust() and pthread_mutex_consistent() Date: Tue, 22 Aug 2017 02:33:34 +0200 Message-ID: <36ab9ec0-b496-c007-c12f-065fd618e7fd@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Yubin Ruan Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, libc-alpha-9JcytcrH/bA+uJoB2kUjGw@public.gmane.org List-Id: linux-man@vger.kernel.org Hello Yubin On 08/20/2017 11:42 AM, Yubin Ruan wrote: > Hi Michael, > This patch series introduce three pthread functions for linux-man: > * pthread_mutexattr_setrobust() > * pthread_mutexattr_getrobust() > * pthread_mutex_consistent() > > I put pthread_mutexattr_setrobust() and pthread_mutexattr_getrobust() > altogether since they are related. > > I obtain my information about these functions mainly from reading the > glibc source code and do some testing. There might be some mistake, > but they are mostly correct (95% or so). > > Following this email would be those man pages in plain text and nroff > format. I have tested those nroff file on my Linux box using man, and > it look pretty well. Please point out if there are any mistake in > formatting. Thanks for the drafts. Could I ask you to review the man-pages(7) page. There's a number of details described in that page which should be fixed in the drafts. Also, please try rendering your pages with "man -l ". This will show problems with the example code. See the chown(2) man page example for the required escape sequences for "\n" and the single quote. Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html