From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFCEFC55192 for ; Thu, 23 Apr 2020 09:07:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FF922075A for ; Thu, 23 Apr 2020 09:07:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=isovalent-com.20150623.gappssmtp.com header.i=@isovalent-com.20150623.gappssmtp.com header.b="Sc1EG5VS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726420AbgDWJHe (ORCPT ); Thu, 23 Apr 2020 05:07:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbgDWJHe (ORCPT ); Thu, 23 Apr 2020 05:07:34 -0400 Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5040DC08C5F2 for ; Thu, 23 Apr 2020 02:07:32 -0700 (PDT) Received: by mail-wr1-x443.google.com with SMTP id d17so5889463wrg.11 for ; Thu, 23 Apr 2020 02:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isovalent-com.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=yJFyvUqV//1xm7gc+Oo0yQUwUCS1vMSAhlqJ8flup+E=; b=Sc1EG5VSpA3/VvEPU0wrzGbDct5oJI+UjF+WKDxGGO2+ydrTzVr697TKjVtY8nF/0F 7hA0k0nDkZU6iHXC6UGJW3EtzA78bR7vEDS2vbnvtMzSgtp5QjsBBibYKZ/rzttf7j1A 0P8w30ZSlgyekvpe10f4GAd4iA55XtmdIpplY5mmISKwLducAsl7q2Gs8b398SroUCK6 4vdC6s9mu1Aeknbzz1fpi03Kbf+HTq5UrHAuOmnXa+Fxts8FnePL9hzCn4eJhVuT5/kM gi8RYY0AFlhPiSQYvElzS0XByXKjZexI1J1vMJxLrqAc7yiFvuE/43Wue2Srhd9NKYOf NSZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=yJFyvUqV//1xm7gc+Oo0yQUwUCS1vMSAhlqJ8flup+E=; b=jkMlWlzB+03K0LJVWq1S7CQKd9NQNjnigTlD8HRRPqWxkldqzpHCiCSKaIwuTZJzGu +ei9Yqs/GstZ1nJ1CyB8l3wBA5cpuek/5DoCQacQ4klrqvlnHfHm2O3DqgV9bAUG4X/5 NtPMFILY0QgfjyyCDyuA0EE7F4dbMQDLX9QckgzH7br+WG/Kw7CDZYRy8sMTEpRGL3gt c8YSgPy6br/3etn+YRYtwpigw+xbZtuGsPsXLDcHwWmY2XwBXBfCsgHgbqp3R05uG4wL HTj45C7+slCsm13DsnI6k87VHph39l2uUJ9Orv1peCBISKayVnqkvE1SnghUxdXC6+jG CwoQ== X-Gm-Message-State: AGi0Pubsl+f9Yo/6CcHQlIygCcN9MdKldpVIH5cO9aecJHqZLGzAYcc1 5m5qAywd8mX42n7P5W793+x2Tg== X-Google-Smtp-Source: APiQypLDMCpS3TkzKNX0PIwmWczrI3J3DW6vOEaXewH/YIyrK5cO1hNDZumGhGICn4qndDTiUPZKXQ== X-Received: by 2002:a5d:5646:: with SMTP id j6mr3951349wrw.207.1587632851020; Thu, 23 Apr 2020 02:07:31 -0700 (PDT) Received: from [192.168.1.10] ([194.53.185.104]) by smtp.gmail.com with ESMTPSA id z18sm2710502wrw.41.2020.04.23.02.07.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Apr 2020 02:07:30 -0700 (PDT) Subject: Re: [PATCH v2] bpf: Fix reStructuredText markup To: Jakub Wilk , bpf@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann Cc: linux-man@vger.kernel.org, Michael Kerrisk References: <20200420144753.3718-1-jwilk@jwilk.net> <20200422082324.2030-1-jwilk@jwilk.net> From: Quentin Monnet Message-ID: <34f41c96-86c0-2ca9-3be9-75c59f803bc3@isovalent.com> Date: Thu, 23 Apr 2020 10:07:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200422082324.2030-1-jwilk@jwilk.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-man-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-man@vger.kernel.org 2020-04-22 10:23 UTC+0200 ~ Jakub Wilk > Fixes: > > $ scripts/bpf_helpers_doc.py > bpf-helpers.rst > $ rst2man bpf-helpers.rst > bpf-helpers.7 > bpf-helpers.rst:1105: (WARNING/2) Inline strong start-string without end-string. > > Signed-off-by: Jakub Wilk > --- > v2: "flags" should be italic, not bold > > include/uapi/linux/bpf.h | 2 +- > tools/include/uapi/linux/bpf.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h > index 2e29a671d67e..7bbf1b65be10 100644 > --- a/include/uapi/linux/bpf.h > +++ b/include/uapi/linux/bpf.h > @@ -1642,7 +1642,7 @@ union bpf_attr { > * ifindex, but doesn't require a map to do so. > * Return > * **XDP_REDIRECT** on success, or the value of the two lower bits > - * of the **flags* argument on error. > + * of the *flags* argument on error. > * > * int bpf_sk_redirect_map(struct sk_buff *skb, struct bpf_map *map, u32 key, u64 flags) > * Description > diff --git a/tools/include/uapi/linux/bpf.h b/tools/include/uapi/linux/bpf.h > index 2e29a671d67e..7bbf1b65be10 100644 > --- a/tools/include/uapi/linux/bpf.h > +++ b/tools/include/uapi/linux/bpf.h > @@ -1642,7 +1642,7 @@ union bpf_attr { > * ifindex, but doesn't require a map to do so. > * Return > * **XDP_REDIRECT** on success, or the value of the two lower bits > - * of the **flags* argument on error. > + * of the *flags* argument on error. > * > * int bpf_sk_redirect_map(struct sk_buff *skb, struct bpf_map *map, u32 key, u64 flags) > * Description > I was about to send the same :). Thanks! Reviewed-by: Quentin Monnet