From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112430 invoked by alias); 13 Sep 2017 15:00:37 -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 112250 invoked by uid 89); 13 Sep 2017 15:00:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f50.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:cc:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=jEigwWKK8pFBCM1z/EvCGunUCai/C7Wg+DS+jUz3j3M=; b=ZhAdDLNb0WtJ2bX4i34zUraVEn52hCArtKK0/Lw7dEArDLjrT9R7nM+GKYsgkPwgRA zPnhCUcMFJ/HQ3orrkYCKOsk9dbw8UfO+532eoQwGUd2WtdYQtDvoMgeOsN+KE+OPEp2 PKmun1DFWMNm/0sQ6z2epu2Lk708XSrVo6NFgFYaltGXdux9EDKSM0EvDpHB7/B9aGxU C9dkh9fQNPB1F9hPefbksa74OnKkUDo4UxFn3r/yqR7bMQ89sR6pBuFC2+G77khJsJoC nGP4orzIO8Spe2ltvuDL7S8bl/841gqHiHxAGRLVV7K6gUWfozv8LuFRZEL/o2H8kRQM Gy7w== X-Gm-Message-State: AHPjjUighCMarxduw9RC/GClQF6aQPvEAJr9qFeL+bumMVgsPGHR0WAw /LXtEndWarbxO0jfKaLFb9SBAQGo X-Google-Smtp-Source: AOwi7QAmUq9Vu+jNs0i0Mye2CnvKu9WSJ2gEq8pakpB+n89MvTMk3k5Q/B0U2Da+8FrSUSjK+1/VdA== X-Received: by 10.28.170.13 with SMTP id t13mr2648274wme.118.1505314813505; Wed, 13 Sep 2017 08:00:13 -0700 (PDT) Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, libc-alpha@sourceware.org Subject: Re: [PATCTH 0/2] pthread_mutexattr_setrobust() and pthread_mutex_consistent() To: Yubin Ruan References: <36ab9ec0-b496-c007-c12f-065fd618e7fd@gmail.com> <20170826210528.GA32472@HP.internal.baidu.com> From: "Michael Kerrisk (man-opages)" Message-ID: <1159fa2e-006e-d3dd-7d1b-0e055cad42b5@gmail.com> Date: Wed, 13 Sep 2017 15:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170826210528.GA32472@HP.internal.baidu.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-09/txt/msg00562.txt.bz2 Hi Yubin > Hi Michael, > > Sorry that it took so long. > > Following is the renew patch. I have corrected several formatting issues (i.e., > \n , - , but I can't find anything wrong with ' ) and some typos. The only > issue I cannot solve is that the new `pthread_mutex_consistent(3)` page is too > short that it shows at the very bottom... please help with this. > > Also, please find attached three verification snippets. I've done some heavy editing, and added quite a few pieces to these pages, and pushed the results to Git. Go take a look and let me know of anything you think needs fixing. Thanks for these pages! Cheers, Michael