From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63032 invoked by alias); 22 Aug 2017 02:19:53 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 63018 invoked by uid 89); 22 Aug 2017 02:19:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=kerrisk, Kerrisk, drafts X-HELO: mail-wr0-f196.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SnzGjStASSR6TvlAIMhpPn7JSrsczw7eeyJ0AT6GN/w=; b=D+QValP3ABnEg3NTDZl7KD1XbhEAP0dS5e6kDz3Bws2hShqXcj9R4/nKLLezHWcUkY zQopzvIlVdmmSGBSJaLmpb9l6NfQowvzFybDbRld6LuGbZaolRqij1zhJTxUXzZWIqgW fUkC2WBliGKK3WCeCLTRj/o/NUmIxhjsD5IUbyh/yf6N2I3jkjs8hXn4Q8WL4Zua6hne lVYAJTWfkoXXT8EpXQMfGImSJJDeMSNwarzAZoUraHssdBX9f3z8tg4iTQWjYlO73qmX 19uF1weuiFf+saZwlvQO98iJSKp7c6/zOD05OmpSoR/kzwVdVAYzbDXu8muTWhqrXZ8U Yvxw== X-Gm-Message-State: AHYfb5h8z8qppXSioITJbDzjwmF9FYqabkpnalAS6HHebOoLaliI0aLw oliSnajwD5GMRsuYQBk1NA91PQ9zpQ== X-Received: by 10.80.206.73 with SMTP id k9mr8561851edj.20.1503368389214; Mon, 21 Aug 2017 19:19:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <36ab9ec0-b496-c007-c12f-065fd618e7fd@gmail.com> References: <36ab9ec0-b496-c007-c12f-065fd618e7fd@gmail.com> From: Yubin Ruan Date: Tue, 22 Aug 2017 02:19:00 -0000 Message-ID: Subject: Re: [PATCTH 0/2] pthread_mutexattr_setrobust() and pthread_mutex_consistent() To: "Michael Kerrisk (man-pages)" Cc: linux-man@vger.kernel.org, libc-alpha@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-08/txt/msg01035.txt.bz2 2017-08-22 8:33 GMT+08:00 Michael Kerrisk (man-pages) : > 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. No problem. I would fix the formatting issues. Yubin