Blame SOURCES/0014-doc-reword-insert-position-this-expects-rule-handle-.patch

ad45ff
From 9abe6ef333d4d1f7c83e10ee73bca70f64b9fdba Mon Sep 17 00:00:00 2001
ad45ff
From: Phil Sutter <psutter@redhat.com>
ad45ff
Date: Wed, 20 Jun 2018 09:36:59 +0200
ad45ff
Subject: [PATCH] doc: reword insert position, this expects rule handle to
ad45ff
 insert, not a relative postition
ad45ff
ad45ff
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1571968
ad45ff
Upstream Status: nftables commit 45172efadbede
ad45ff
Conflicts: Context change due to missing commit f9cb9580b924f
ad45ff
           ("doc: nft.8 aim for consistent synopses throughout")
ad45ff
ad45ff
commit 45172efadbedee2b2dedc1e771046cca7edb0111
ad45ff
Author: Florian Westphal <fw@strlen.de>
ad45ff
Date:   Tue Apr 24 16:54:52 2018 +0200
ad45ff
ad45ff
    doc: reword insert position, this expects rule handle to insert, not a relative postition
ad45ff
ad45ff
    Signed-off-by: Florian Westphal <fw@strlen.de>
ad45ff
---
ad45ff
 doc/nft.xml | 6 +++---
ad45ff
 1 file changed, 3 insertions(+), 3 deletions(-)
ad45ff
ad45ff
diff --git a/doc/nft.xml b/doc/nft.xml
ad45ff
index 3da5fda..45a392f 100644
ad45ff
--- a/doc/nft.xml
ad45ff
+++ b/doc/nft.xml
ad45ff
@@ -835,7 +835,7 @@ filter input iif $int_ifs accept
ad45ff
 				<arg choice="opt"><replaceable>family</replaceable></arg>
ad45ff
 				<arg choice="req"><replaceable>table</replaceable></arg>
ad45ff
 				<arg choice="req"><replaceable>chain</replaceable></arg>
ad45ff
-				<arg choice="opt">position <replaceable>position</replaceable></arg>
ad45ff
+				<arg choice="opt">position <replaceable>handle</replaceable></arg>
ad45ff
 				<arg choice="req" rep="repeat"><replaceable>statement</replaceable></arg>
ad45ff
 			</cmdsynopsis>
ad45ff
 			<cmdsynopsis>
ad45ff
@@ -868,7 +868,7 @@ filter input iif $int_ifs accept
ad45ff
 					<para>
ad45ff
 						Add a new rule described by the list of statements. The rule is appended to the
ad45ff
 						given chain unless a position is specified, in which case the rule is appended to
ad45ff
-						the rule given by the position.
ad45ff
+						the rule given by the handle.
ad45ff
 					</para>
ad45ff
 				</listitem>
ad45ff
 			</varlistentry>
ad45ff
@@ -877,7 +877,7 @@ filter input iif $int_ifs accept
ad45ff
 				<listitem>
ad45ff
 					<para>
ad45ff
 						Similar to the <command>add</command> command, but the rule is prepended to the
ad45ff
-						beginning of the chain or before the rule at the given position.
ad45ff
+						beginning of the chain or before the rule with the given handle.
ad45ff
 					</para>
ad45ff
 				</listitem>
ad45ff
 			</varlistentry>
ad45ff
-- 
ad45ff
1.8.3.1
ad45ff