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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37034C001DB for ; Fri, 4 Aug 2023 23:41:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229485AbjHDXl0 (ORCPT ); Fri, 4 Aug 2023 19:41:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjHDXl0 (ORCPT ); Fri, 4 Aug 2023 19:41:26 -0400 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0B164EDD for ; Fri, 4 Aug 2023 16:41:24 -0700 (PDT) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1qS4Q7-0000Cs-9d for netfilter-devel@vger.kernel.org; Sat, 05 Aug 2023 01:41:23 +0200 Date: Sat, 5 Aug 2023 01:41:23 +0200 From: Phil Sutter To: netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH v2 00/15] Man pages review Message-ID: Mail-Followup-To: Phil Sutter , netfilter-devel@vger.kernel.org References: <20230802160923.17949-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230802160923.17949-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, Aug 02, 2023 at 06:09:08PM +0200, Phil Sutter wrote: > Thanks to the manpage-l10n project, we received several tickets listing > a number of corrections and improvements to the different iptables man > pages. This series implements what I considered valid and worth keeping. > > Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1682 > Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1683 > Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1684 Series applied.