diff mbox

[4/4] nfct: man: add missing comands

Message ID 1460096324-17426-5-git-send-email-mart.frauenlob@chello.at
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Mart Frauenlob April 8, 2016, 6:18 a.m. UTC
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@chello.at>
---
 nfct.8 |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)
diff mbox

Patch

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.