From eee1eeea57358db5b65a79b6b2585c1651f01008 Mon Sep 17 00:00:00 2001 From: "Anders K. Pedersen" Date: Fri, 28 Oct 2016 19:25:30 +0000 Subject: doc: fix synopsis for ct expression The nft man page command synopsis for the ct expression is currently: ct {state | direction | status | mark | expiration | helper | label | bytes | packets} {original | reply | {l3proto | protocol | saddr | daddr | proto-src | proto-dst | bytes | packets}} which is not correct for the arguments that should be prefixed with "original" or "reply". Change this to ct {state | direction | status | mark | expiration | helper | label | l3proto | protocol | bytes | packets} ct {original | reply} {l3proto | protocol | saddr | daddr | proto-src | proto-dst | bytes | packets} Signed-off-by: Anders K. Pedersen Signed-off-by: Pablo Neira Ayuso --- doc/nft.xml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/nft.xml b/doc/nft.xml index 827458ac..d11abca4 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -2128,22 +2128,27 @@ inet filter meta nfproto ipv6 output rt nexthop fd00::1 expiration helper label + l3proto + protocol bytes packets + + + ct original reply - - l3proto - protocol - saddr - daddr - proto-src - proto-dst - bytes - packets - + + + l3proto + protocol + saddr + daddr + proto-src + proto-dst + bytes + packets -- cgit v1.2.3