]> 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)
committerPhil Sutter <phil@nwl.cc>
Tue, 13 May 2025 08:48:53 +0000 (10:48 +0200)
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 74af1d1a54e9a352930560b0f7dde313a2ee7f29..79a01384660f65d157b2f766f6402bdec1959e0f 100644 (file)
@@ -438,7 +438,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