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 <mart.frauenlob@xxxxxxxxx> --- nfct.8 | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) 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. -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html