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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 16332C432BE for ; Sat, 28 Aug 2021 09:09:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D9F4861163 for ; Sat, 28 Aug 2021 09:09:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233550AbhH1JKa (ORCPT ); Sat, 28 Aug 2021 05:10:30 -0400 Received: from mail.netfilter.org ([217.70.188.207]:49372 "EHLO mail.netfilter.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233446AbhH1JK3 (ORCPT ); Sat, 28 Aug 2021 05:10:29 -0400 Received: from netfilter.org (unknown [78.30.35.141]) by mail.netfilter.org (Postfix) with ESMTPSA id EFA3560119; Sat, 28 Aug 2021 11:08:40 +0200 (CEST) Date: Sat, 28 Aug 2021 11:09:34 +0200 From: Pablo Neira Ayuso To: Duncan Roe Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH libnetfilter_queue v3 1/6] build: doc: Fix man pages Message-ID: <20210828090934.GA31560@salvia> References: <20210828033508.15618-1-duncan_roe@optusnet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210828033508.15618-1-duncan_roe@optusnet.com.au> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Sat, Aug 28, 2021 at 01:35:03PM +1000, Duncan Roe wrote: > Split off shell script from within doxygen/Makefile.am into > doxygen/build_man.sh. > > This patch by itself doesn't fix anything. > The patch is only for traceability, because diff patch format is not very good > at catching code updates and moving code together. > Therefore the script is exactly as it was; it still looks a bit different > because of having to un-double doubled-up $ signs, remove trailing ";/" and so > on. Applied.