From 099b230b86413051adc5b99effd141cf66e0ef09 Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Fri, 8 Apr 2016 08:18:44 +0200 Subject: nfct: man: add missing comands The missing commands: flush, disable, default-set and default-get were added to the manpage. The description of the subsystem has been corrected. Signed-off-by: Mart Frauenlob Signed-off-by: Pablo Neira Ayuso --- nfct.8 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'nfct.8') diff --git a/nfct.8 b/nfct.8 index 336d9cd..c38bdbe 100644 --- a/nfct.8 +++ b/nfct.8 @@ -23,9 +23,23 @@ Delete an object. .TP .BI "get " Get an existing object. +.TP +.BI "flush " +Flush the accounting object table. +.TP +.BI "disable " +This command is for the helper subsystem. It allows you to disable enqueueing packets to userspace for helper inspection. +.TP +.BI "default-set " +This command is for the timeout subsystem. It allows you to set default protocol timeouts. +.TP +.BI "default-get " +This command is for the timeout subsystem. It allows you to get the default protocol timeouts. .SH SUBSYS -By the time this manpage has been written, the supported subsystem are +By the time this manpage has been written, the supported subsystems are .B timeout +and +.B helper. .TP .BI "timeout " The timeout subsystem allows you to define fine-grain timeout policies. -- cgit v1.2.3