diff options
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ * parser bugs ************************************************************************ +- It should be noted that in mandoc, the TBL macros are interpreted as + real roff macros (e.g., `. TS' is ok), while the troff preprocessor + only looks for `.TS' (static string). This should be noted in the + COMPATIBILITY section. The same applies for nascent `.EQ' (as it is + now, `.EN' is processed as a static string). + - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 |