]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: Fix typo in nat statement 'prefix' description
authorPhil Sutter <phil@nwl.cc>
Thu, 8 May 2025 14:35:47 +0000 (16:35 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 13 Aug 2025 17:00:54 +0000 (19:00 +0200)
commit 1b3c33a7931967fb7afe4efdf68deb7781786489 upstream.

No point in repeating 'to map' here.

Fixes: 19d73ccdd39fa ("doc: add nat examples")
Signed-off-by: Phil Sutter <phil@nwl.cc>
doc/statements.txt

index ad351070e1308b1d83ed7d8c20cd5f35e2501b76..5934c36679505a6b99d386add7a5f286190b68d9 100644 (file)
@@ -435,7 +435,7 @@ Before kernel 4.18 nat statements require both prerouting and postrouting base c
 to be present since otherwise packets on the return path won't be seen by
 netfilter and therefore no reverse translation will take place.
 
-The optional *prefix* keyword allows to map to map *n* source addresses to *n*
+The optional *prefix* keyword allows to map *n* source addresses to *n*
 destination addresses.  See 'Advanced NAT examples' below.
 
 .NAT statement values