]> git.mxchange.org Git - flightgear.git/commit
Christoph Korn/PlayDeb.net: man page fixes with "-" vs hyphen
authorThorstenB <brehmt@gmail.com>
Fri, 17 Aug 2012 21:58:30 +0000 (23:58 +0200)
committerThorstenB <brehmt@gmail.com>
Fri, 17 Aug 2012 21:58:30 +0000 (23:58 +0200)
commit47200d7104d2935429dbd0627ae8509aed8fa185
tree421afe53ea835643a9a5bf886d91b896315cd97e
parenta3e76909eec162054acb9ae6390ecc86d4bdb057
Christoph Korn/PlayDeb.net: man page fixes with "-" vs hyphen
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. The Debian groff
package currently forces "-" to be interpreted as a minus sign due to
the number of manual pages with this problem, but this is a
Debian-specific modification and hopefully eventually can be removed.

"-" must be escaped ("\-") to be interpreted as minus. If you really
intend a hyphen (normally you don't), write it as "\(hy" to emphasise
that fact. See groff(7) and especially groff_char(7) for details.
man/fgfs.1.in