From: Phil Sutter Date: Thu, 8 May 2025 14:35:47 +0000 (+0200) Subject: doc: Fix typo in nat statement 'prefix' description X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b3c33a7931967fb7afe4efdf68deb7781786489;p=thirdparty%2Fnftables.git doc: Fix typo in nat statement 'prefix' description No point in repeating 'to map' here. Fixes: 19d73ccdd39fa ("doc: add nat examples") Signed-off-by: Phil Sutter --- diff --git a/doc/statements.txt b/doc/statements.txt index 74af1d1a..79a01384 100644 --- a/doc/statements.txt +++ b/doc/statements.txt @@ -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