diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-02-09 10:03:02 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-02-09 10:03:02 +0000 |
commit | 8825d633ba5c75cbf9811e9fb39af2fe5aa887d7 (patch) | |
tree | f9f7e989cd53a9bc5f272dd8f37670d34aacf791 /TODO | |
parent | 1c56bbdf26bc339ff32709360e5b8de0e220592f (diff) | |
download | mandoc-8825d633ba5c75cbf9811e9fb39af2fe5aa887d7.tar.gz |
Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue
of how we considered .TS (etc.) macros and how the preprocessors do.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -7,12 +7,6 @@ * 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 |