All of lore.kernel.org
 help / color / mirror / Atom feed
* [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis
@ 2024-04-24 22:00 Phil Sutter
  2024-04-24 22:00 ` [nft PATCH 2/2] doc: nft.8: Highlight "hook" in flowtable description Phil Sutter
  2024-04-25 10:50 ` [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter
  0 siblings, 2 replies; 3+ messages in thread
From: Phil Sutter @ 2024-04-24 22:00 UTC (permalink / raw)
  To: netfilter-devel

Just a missing asterisk somewhere.

Fixes: 1dd08fcfa07a4 ("src: add ct expectations support")
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 doc/stateful-objects.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/stateful-objects.txt b/doc/stateful-objects.txt
index 00d3c5f104631..5824d53ad88f3 100644
--- a/doc/stateful-objects.txt
+++ b/doc/stateful-objects.txt
@@ -119,7 +119,7 @@ sport=41360 dport=22
 CT EXPECTATION
 ~~~~~~~~~~~~~~
 [verse]
-*add* *ct expectation*  ['family'] 'table' 'name' *{ protocol* 'protocol' *; dport* 'dport' *; timeout* 'timeout' *; size* 'size' *; [*l3proto* 'family' *;*] *}*
+*add* *ct expectation*  ['family'] 'table' 'name' *{ protocol* 'protocol' *; dport* 'dport' *; timeout* 'timeout' *; size* 'size' *;* [*l3proto* 'family' *;*] *}*
 *delete* *ct expectation*  ['family'] 'table' 'name'
 *list* *ct expectations*
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-25 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 22:00 [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter
2024-04-24 22:00 ` [nft PATCH 2/2] doc: nft.8: Highlight "hook" in flowtable description Phil Sutter
2024-04-25 10:50 ` [nft PATCH 1/2] doc: nft.8: Fix markup in ct expectation synopsis Phil Sutter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.