diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-06-10 22:26:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-06-10 22:26:19 +0000 |
commit | 49f286218c32fad1207014c93e43f3da5a94a87d (patch) | |
tree | 3f2455240d5d7b3c0af64f3e553fc504e0cf4f3f | |
parent | 2673042cc4a0a9c81de37e00342d69200ea91cb5 (diff) | |
download | mandoc-49f286218c32fad1207014c93e43f3da5a94a87d.tar.gz |
two new tasks i heard about at BSDCan
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -208,6 +208,12 @@ are mere guesses, and some may be wrong. --- missing tbl features ----------------------------------------------- +- support mdoc(7) and man(7) macros inside tbl(7) code; + probably requires the parser reorg and letting tbl(7) + use roff_node such that macro sets can mix; + informed by bapt@ that FreeBSD needs this. + loc *** exist ** algo *** size ** imp *** + - look at the POSIX manuals in the books/man-pages-posix port, they use some unsupported tbl(7) features. loc * exist ** algo ** size ** imp *** @@ -269,6 +275,10 @@ are mere guesses, and some may be wrong. - kettenis wants base roff, ms, and me Fri, 1 Jan 2010 22:13:15 +0100 (CET) loc ** exist ** algo ** size *** imp * +- Some FreeBSD people need either a markdown output formatter + for mandoc -mdoc or a markdown to mdoc converter because they + have to maintain manuals needed both in markdown and mdoc format. + --- compatibility checks ----------------------------------------------- - write a configure check for [[:<:]] support and provide some |