diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-02-03 10:24:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-02-03 10:24:21 +0000 |
commit | 07e8fdac90d41ba0de90ac17f5081f6feb4b4b99 (patch) | |
tree | 8d90a329bcc36e2a3289ae136cc14f258e9dec8c /TODO | |
parent | fe1e1c9e6ff55e0dc447b3cbe2c90acec57abb94 (diff) | |
download | mandoc-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-- | 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 |