roperzh / jroff

Man pages parser written in JavaScript, supports `an` and `doc` macros - WIP
MIT License
77 stars 15 forks source link

Is '−' the correct symbol for options? #8

Open Ircama opened 7 years ago

Ircama commented 7 years ago

I expected to find '-' for options instead of '−'. For instance,

.TP
\fB\  \fR\-\-cache\-strategy strategy

is rendered

−−cache −strategy strategy

while online manuals report --cache-strategy strategy