aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-06-10 22:26:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-06-10 22:26:19 +0000
commitdcfe00bb49a48f0f3c714e177c77c13e2608a717 (patch)
treecd514c8952acd874079888c85ea85e428214fa86 /TODO
parentd93011447712f2b1625a0f4fbfe046e3738990a4 (diff)
downloadmandoc-dcfe00bb49a48f0f3c714e177c77c13e2608a717.tar.gz
mandoc-dcfe00bb49a48f0f3c714e177c77c13e2608a717.tar.zst
mandoc-dcfe00bb49a48f0f3c714e177c77c13e2608a717.zip
two new tasks i heard about at BSDCan
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index b599863e..8e10edba 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.207 2015/04/18 16:05:45 schwarze Exp $
+* $Id: TODO,v 1.208 2015/06/10 22:26:19 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -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