Skip to content
Snippets Groups Projects
Commit 3f1266d6 authored by Loïc Minier's avatar Loïc Minier Committed by Wolfgang Denk
Browse files

Escape minus signs 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.

(Reported by lintian.)

Signed-off-by: default avatarLoc Minier <loic.minier@linaro.org>
parent 47aa51cd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment