summaryrefslogtreecommitdiffstats
path: root/doc/nft.xml
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-03-15 16:02:25 +0100
committerFlorian Westphal <fw@strlen.de>2017-03-15 16:02:25 +0100
commitf2af2b2ad1c4dd68bd5bbf3c763f0f1513281c0c (patch)
tree3270da98d6fc2c3c5b144157df63170dffada9f5 /doc/nft.xml
parentbd9445863cb7586dfc9bafa64013d8636f838444 (diff)
doc: fix ct mark set example
Fixes: 0d7fdb10b10c7a6c ("doc: payload and conntrack statement") Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'doc/nft.xml')
-rw-r--r--doc/nft.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index 8ea28041..506a1cc7 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -3399,7 +3399,7 @@ ip6 filter output log flags all
<example>
<title>save packet nfmark in conntrack</title>
<programlisting>
-ct set mark meta mark
+ct mark set meta mark
</programlisting>
</example>
<example>