summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 10:03:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 10:03:02 +0000
commit8825d633ba5c75cbf9811e9fb39af2fe5aa887d7 (patch)
treef9f7e989cd53a9bc5f272dd8f37670d34aacf791 /TODO
parent1c56bbdf26bc339ff32709360e5b8de0e220592f (diff)
downloadmandoc-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--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 56f0deda..8d801250 100644
--- a/TODO
+++ b/TODO
@@ -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