From: Phil Sutter Date: Fri, 11 May 2018 12:20:35 +0000 (+0200) Subject: nft.8: Drop misleading adjective 'absolute' X-Git-Tag: v0.9.0~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b71baba43fa1ce53fa034257b17954e05c230fb;p=thirdparty%2Fnftables.git nft.8: Drop misleading adjective 'absolute' Discussion showed that rule index may be interpreted as being absolute or relative, so just drop this adjective without replacement. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- diff --git a/doc/nft.xml b/doc/nft.xml index ab94bff4..05193e67 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -918,7 +918,7 @@ add table inet mytable The add and insert commands support an optional location specifier, which is either a handle of an existing - rule or an absolute index (starting at zero). Internally, + rule or an index (starting at zero). Internally, rule locations are always identified by handle and the translation from index happens in userspace. This has two potential implications in case a concurrent ruleset change happens after the translation