diff mbox

[1/2] conntrackd: man: remove bogus characters

Message ID 1460017304-21888-2-git-send-email-mart.frauenlob@chello.at
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Mart Frauenlob April 7, 2016, 8:21 a.m. UTC
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
---
 conntrackd.8 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

Comments

Pablo Neira Ayuso April 7, 2016, 9:44 a.m. UTC | #1
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/conntrackd.8 b/conntrackd.8
index 1ac96a2..3bb4335 100644
--- a/conntrackd.8
+++ b/conntrackd.8
@@ -24,17 +24,17 @@  Run conntrackd in daemon mode.
 .B conntrackd 
 can be used in client mode to request several information and operations to a running daemon
 .TP
-.BI "-i "[ct|expect]"
+.BI "-i " "[ct|expect]"
 Dump the internal cache, i.e. show local states
 .TP
-.BI "-e "[ct|expect]"
+.BI "-e " "[ct|expect]"
 Dump the external cache, i.e. show foreign states
 .TP
 .BI "-x "
 Display output in XML format. This option is only valid in combination
 with "\-i" and "\-e" parameters.
 .TP
-.BI "-f " "[|internal|external]"
+.BI "-f " "[internal|external]"
 Flush the internal and/or external cache
 .TP
 .BI "-F [ct|expect]"
@@ -54,7 +54,7 @@  Request resync with other node (only FT-FW and NOTRACK modes).
 .BI "-k "
 Kill the daemon
 .TP
-.BI "-s " "[|network|cache|runtime|link|rsqueue|process|queue|ct|expect]"
+.BI "-s " "[network|cache|runtime|link|rsqueue|process|queue|ct|expect]"
 Dump statistics. If no parameter is passed, it displays the general statistics.
 If "network" is passed as parameter it displays the networking statistics.
 If "cache" is passed as parameter, it shows the extended cache statistics.