From e78ce22430f4b1e10daef21d480298d0fdb377d9 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 25 Sep 2014 11:45:11 +0200 Subject: man: fix hyphen used as minus sign Report from Debian's lintian: This manual page seems to contain a hyphen where a minus sign was intended. By default, "-" chars are interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D). Since options to programs use minus signs (U+002D), this means for example in UTF-8 locales that you cannot cut and paste options, nor search for them easily. [...] Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- conntrackd.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conntrackd.8') diff --git a/conntrackd.8 b/conntrackd.8 index 131a7ac..455f6c5 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -1,4 +1,4 @@ -.TH CONNTRACKD 8 "Oct 21, 2008" "" "" +.TH CONNTRACKD 8 "Sep 25, 2014" "" "" .\" Man page written by Pablo Neira Ayuso (Dec 2007) @@ -32,7 +32,7 @@ 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. +with "\-i" and "\-e" parameters. .TP .BI "-f " "[|internal|external]" Flush the internal and/or external cache -- cgit v1.2.3