summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-02-03 10:24:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-02-03 10:24:21 +0000
commit07e8fdac90d41ba0de90ac17f5081f6feb4b4b99 (patch)
tree8d90a329bcc36e2a3289ae136cc14f258e9dec8c /TODO
parentfe1e1c9e6ff55e0dc447b3cbe2c90acec57abb94 (diff)
downloadmandoc-07e8fdac90d41ba0de90ac17f5081f6feb4b4b99.tar.gz
TODO note on that `.TS', `.TE' etc. aren't real roff macros and troff
won't recognise them when invoked as e.g. `. TS' (we, however, do).
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8d801250..56f0deda 100644
--- a/TODO
+++ b/TODO
@@ -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