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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham 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 BC8F5C433E9 for ; Sun, 7 Mar 2021 09:57:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8AD9465148 for ; Sun, 7 Mar 2021 09:57:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231478AbhCGJ5N (ORCPT ); Sun, 7 Mar 2021 04:57:13 -0500 Received: from zucker.schokokeks.org ([178.63.68.96]:41239 "EHLO zucker.schokokeks.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231464AbhCGJ4k (ORCPT ); Sun, 7 Mar 2021 04:56:40 -0500 Received: from blood-stain-child.wan.ruderich.org (localhost [::1]) (AUTH: PLAIN simon@ruderich.org, TLS: TLSv1.3,256bits,TLS_AES_256_GCM_SHA384) by zucker.schokokeks.org with ESMTPSA id 000000000000010E.000000006044A229.000068B4; Sun, 07 Mar 2021 10:51:36 +0100 From: Simon Ruderich To: simon@ruderich.org, netfilter-devel@vger.kernel.org Subject: [PATCH 0/3] Minor documentation improvements Date: Sun, 7 Mar 2021 10:51:33 +0100 Message-Id: X-Mailer: git-send-email 2.30.1 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mime-Autoconverted: from 8bit to 7bit by courier 1.0 Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hello, while reading the nft man page I noticed a few minor things which should be improved by the following patches. Regards Simon Simon Ruderich (3): doc: add * to include example to actually include files doc: remove duplicate tables in synproxy example doc: move drop rule on a separate line in the blackhole example doc/nft.txt | 2 +- doc/statements.txt | 20 +++----------------- 2 files changed, 4 insertions(+), 18 deletions(-) -- 2.30.1