diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-22 23:27:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-01-22 23:27:06 +0000 |
commit | 7188ff0d37d1e3fc2624b4d1f339a8645bcf65ca (patch) | |
tree | ac14a02836bb1782265c47029969fab9ff91dff5 | |
parent | 1d62280cc9e1a5e39a342cf20d98679fa34b2b6d (diff) | |
download | mandoc-7188ff0d37d1e3fc2624b4d1f339a8645bcf65ca.tar.gz |
some more reports from brad@
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,9 @@ * parser bugs ************************************************************************ +- .TP before .SH is still FATAL in man(7) + reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 + - the roff parser doesn't tolerate additional characters between a macro and the \} terminating a conditional block, e.g. .if n \{ @@ -23,11 +26,18 @@ --- missing roff features ---------------------------------------------- +- .it (line traps) occur in mysql(1), yasm_arch(7) + generated by DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/> + reported by brad@ Sat, 15 Jan 2011 15:48:18 -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@ +- .ta (tab settings) occurs in ircbug(1) and probably gnats(1) + reported by brad@ Sat, 15 Jan 2011 15:50:51 -0500 + - pod2man expects `tr' to be implemented for \*(-- to work --- missing mdoc features ---------------------------------------------- |