From 3b71baba43fa1ce53fa034257b17954e05c230fb Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 11 May 2018 14:20:35 +0200 Subject: 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 --- doc/nft.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3