CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/06/23 16:59:27
Modified files: usr.bin/mandoc : eqn_html.c Log message: Consistently treat character escape sequences as operators, not as letters, even if their names contain letters. This is certainly not perfect, but code to recognize that \(*a is not an operator but a letter would need a huge table, or Unicode character property support, which won't happen at this time.