From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 442311F463 for ; Sat, 30 Nov 2019 15:05:24 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=rTVnCMj1xnUIldYg q+7cz0x6yhv0cjRZ1fVekpd8OSw/BF3rswYFbwx7pgRSnHOLE2e7bJDryBv+Snt5 +4uw+ojc4ycjejNUAwQaYZfias2fWW8tjR26u40IRVDlXVLH7HI1Xjbvx2U/ARjx 91OsnqapZfgmCbPF+b6JVBTxq7o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=ubUm13A8apT4ZS68QMPN44 R73hM=; b=oExOzGgI/IBE+xPuLbrxtKvmGyNZr4C3ceXJDB9j2uvvdnjSSKyPm8 RXLOtyduc3y/D2h37Aj1q5KYgcEHu+FufOLhM6Tpt9sUmH2Nw4wXPUIGP6t85C9v hk6HF4TasvmcqRBYVZPH9i2Kcqb0z8S34zUFVVWUr9W4Tke1nR4zk= Received: (qmail 9401 invoked by alias); 30 Nov 2019 15:05:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 9393 invoked by uid 89); 30 Nov 2019 15:05:21 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575126318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xN9cfeBd5aEfsSgXwVjHFJI9zpckutxX1lmOemUmcP4=; b=Vfeuc1/9Ks/dXAXN6K+jbyGOnLnQXBsLPePDoCWJ6tOsN+fsrZVaSe5L+VxuO4M2JAb3ab y7Y3KEc5Ht5dMaVjdrKITsTiLQAJIbv/U5g4KlMOEMHnhA5jNQHt4TEV+R/TtCQgL5ZfvL b+tmu4bI/YuZPkvKWzVRd7h/xAizhPY= Subject: Re: [PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038] To: Girish Joshi , Joseph Myers Cc: libc-alpha@sourceware.org References: <871s1bep2u.fsf@oldenburg2.str.redhat.com> From: Carlos O'Donell Message-ID: <80cc8c47-9d07-8aae-21f3-91ab05c517b0@redhat.com> Date: Sat, 30 Nov 2019 10:05:13 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 11/30/19 9:47 AM, Girish Joshi wrote: > Could anyone please review this patch? Do you have copyright assignment with the FSF for your glibc work? Please have a look through: https://sourceware.org/glibc/wiki/Contribution%20checklist If you have any questions I'm happy to help. -- Cheers, Carlos.