From: Florian Westphal Date: Tue, 24 Apr 2018 14:54:52 +0000 (+0200) Subject: doc: reword insert position, this expects rule handle to insert, not a relative postition X-Git-Tag: v0.8.4~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45172efadbedee2b2dedc1e771046cca7edb0111;p=thirdparty%2Fnftables.git doc: reword insert position, this expects rule handle to insert, not a relative postition Signed-off-by: Florian Westphal --- 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.