aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.28k stars 79 forks source link

Use \- as minus signs (U+002D) #19

Closed czchen closed 10 years ago

czchen commented 10 years ago

By default, "-" chars are interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D). See groff_char(7) for more information.

aitjcize commented 10 years ago

Thanks for the fix!