aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-06-10 21:19:57 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-06-10 21:19:57 +0000
commit6e3d4e3da5be327a484cfa389f0a077a00a3cdba (patch)
treeacfbbca56e4ecf5a9013ef25f3c6b7e667e7045b /TODO
parent5c195601f70dee7550a601ff2db5bdda18b6ba83 (diff)
downloadmandoc-6e3d4e3da5be327a484cfa389f0a077a00a3cdba.tar.gz
mandoc-6e3d4e3da5be327a484cfa389f0a077a00a3cdba.tar.zst
mandoc-6e3d4e3da5be327a484cfa389f0a077a00a3cdba.zip
some new things to do
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 19 insertions, 1 deletions
diff --git a/TODO b/TODO
index 307d2fc7..86d859e3 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.170 2014/04/23 16:37:43 schwarze Exp $
+* $Id: TODO,v 1.171 2014/06/10 21:19:57 schwarze Exp $
************************************************************************
************************************************************************
@@ -143,6 +143,9 @@
--- missing tbl features -----------------------------------------------
+- look at the POSIX manuals in the books/man-pages-posix port,
+ they use some unsupported tbl(7) features.
+
- implement basic non-parametric .de to support e.g. sox(1)
reported by naddy@ Sat, 16 Oct 2010 23:51:57 +0200
*** sox(1) still doesn't work, tbl(1) errors need investigation
@@ -165,6 +168,13 @@
with apropos(1) using the file name as a key, as well.
Issue reported by tedu@ Fri, 05 Jul 2013 21:15:23 -0400
+- makewhatis(8) for preformatted pages:
+ parse the section number from the header line
+ and compare to the section number from the directory name
+
+- Does makewhatis(8) detect missing NAME sections, missing names,
+ and missing descriptions in all the file formats?
+
- clean up escape sequence handling, creating three classes:
(1) fully implemented, or parsed and ignored without loss of content
(2) unimplemented, potentially causing loss of content
@@ -225,6 +235,14 @@
reveals lots of bugs both in groff and mandoc...
reported by bentley@ Wed, 22 May 2013 23:49:30 -0600
+--- PDF issues ---------------------------------------------------------
+
+- PDF output doesn't use a monospaced font for .Bd -literal
+ Example: "mandoc -Tpdf afterboot.8 > output.pdf && pdfviewer output.pdf".
+ Search the text "Routing tables".
+ Also check what PostScript mode does when fixing this.
+ reported by juanfra@ Wed, 04 Jun 2014 21:44:58 +0200
+
************************************************************************
* formatting issues: gratuitous differences
************************************************************************