Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit b64f1c80347b9c8b3fd1dca4468fb3a65dc1e1da Author: Sven Eckelmann sven@narfation.org Date: Tue Sep 10 23:12:02 2013 +0200
batctl: Don't use hyphen for parameter in manpage
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: Sven Eckelmann sven@narfation.org Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
b64f1c80347b9c8b3fd1dca4468fb3a65dc1e1da man/batctl.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/batctl.8 b/man/batctl.8 index 38060d6..caec3ad 100644 --- a/man/batctl.8 +++ b/man/batctl.8 @@ -281,7 +281,7 @@ except specified). The following packet types are available: 128 - non batman packets .RE .RS 7 -Example: batctl td <interface> -p 129 -> only display batman ogm packets and non batman packets +Example: batctl td <interface> -p 129 -> only display batman ogm packets and non batman packets .RE .br .IP "\fBbisect_iv\fP [\fB-l MAC\fP][\fB-t MAC\fP][\fB-r MAC\fP][\fB-s min\fP [\fB- max\fP]][\fB-o MAC\fP][\fB-n\fP] \fBlogfile1\fP [\fBlogfile2\fP ... \fBlogfileN\fP]"