From: Phil Sutter Date: Wed, 6 Jun 2018 08:56:26 +0000 (+0200) Subject: nft.8: Fix reject statement documentation X-Git-Tag: v0.9.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3036bb9f00d6e244ed92e0e782c5617ae40b84;p=thirdparty%2Fnftables.git nft.8: Fix reject statement documentation First of all, 'with icmp6' is invalid, expected is 'with icmpv6'. In addition to that, parameter 'type' expects an icmp*_code type, not icmp*_type. The respective table column was already correct, but in synopsis it was wrong. Signed-off-by: Phil Sutter Signed-off-by: Florian Westphal --- diff --git a/doc/nft.xml b/doc/nft.xml index cd6c012f..3a5571b0 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -4812,14 +4812,14 @@ ip6 filter output log flags all with icmp - icmp6 + icmpv6 icmpx type - icmp_type - icmp6_type - icmpx_type + icmp_code + icmpv6_code + icmpx_code @@ -4854,7 +4854,7 @@ ip6 filter output log flags all icmp_code - icmp6 + icmpv6 ip6 icmpv6_code