summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-01-22 20:36:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-01-22 20:36:02 +0000
commit1d62280cc9e1a5e39a342cf20d98679fa34b2b6d (patch)
tree11b33651a714f2ae9f81ad3d36a28505c7e0c1c4 /TODO
parent7e140531742d716403f91e284ed56806d9599c09 (diff)
downloadmandoc-1d62280cc9e1a5e39a342cf20d98679fa34b2b6d.tar.gz
missing: .ns, .UR; reported by brad@
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index 164d5b8b..b0fcc4c6 100644
--- a/TODO
+++ b/TODO
@@ -23,13 +23,13 @@
--- missing roff features ----------------------------------------------
-- pod2man expects `tr' to be implemented for \*(-- to work
-
-- implement `rm' - it is easy to do and used in the pod2man preamble
- reminded by brad@ Sun, Jan 09, 2011 at 09:45:58PM -0500
+- .ns (no-space mode) occurs in xine-config(1)
+ reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500
- xloadimage(1) wants .ti (temporary indent), rep by naddy@
+- pod2man expects `tr' to be implemented for \*(-- to work
+
--- missing mdoc features ----------------------------------------------
- fix bad block nesting involving multiple identical explicit blocks
@@ -84,6 +84,9 @@
should either just work or be a warning
reported by naddy@
+- groff an-ext.tmac macros (.UR, .UE) occur in xine(5)
+ reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500
+
--- missing tbl features -----------------------------------------------
- implement basic non-parametric .de to support e.g. sox(1)
@@ -102,6 +105,7 @@
- look at pages generated from reStructeredText, e.g. devel/mercurial hg(1)
These are a weird mixture of man(7) and custom autogenerated low-level
roff stuff. Figure out to what extent we can cope.
+ For details, see http://docutils.sourceforge.net/rst.html
noted by stsp@ Sat, 24 Apr 2010 09:17:55 +0200
reminded by nicm@ Mon, 3 May 2010 09:52:41 +0100