From 45172efadbedee2b2dedc1e771046cca7edb0111 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Tue, 24 Apr 2018 16:54:52 +0200 Subject: doc: reword insert position, this expects rule handle to insert, not a relative postition Signed-off-by: Florian Westphal --- doc/nft.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/nft.xml b/doc/nft.xml index 661f632e..e11ad8d5 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -875,7 +875,7 @@ add table inet mytable family table chain - position position + position handle statement... @@ -911,7 +911,7 @@ add table inet mytable Add a new rule described by the list of statements. The rule is appended to the given chain unless a position is specified, in which case the rule is appended to - the rule given by the position. + the rule given by the handle. @@ -920,7 +920,7 @@ add table inet mytable Similar to the add command, but the rule is prepended to the - beginning of the chain or before the rule at the given position. + beginning of the chain or before the rule with the given handle. -- cgit v1.2.3