=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.123 retrieving revision 1.129 diff -u -p -r1.123 -r1.129 --- mandoc/TODO 2011/11/07 01:24:40 1.123 +++ mandoc/TODO 2012/03/04 23:53:37 1.129 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.123 2011/11/07 01:24:40 schwarze Exp $ +* $Id: TODO,v 1.129 2012/03/04 23:53:37 schwarze Exp $ ************************************************************************ ************************************************************************ @@ -27,6 +27,11 @@ --- missing roff features ---------------------------------------------- +- The pod2man preamble wants \h'...' with quoted numerical arguments, + see for example AUTHORS in MooseX::Getopt.3p, p5-MooseX-Getopt. + reported by Andreas Voegele + Tue, 22 Nov 2011 15:34:47 +0100 on ports@ + - .if n \{ .br\} should cause an extra space to be raised. @@ -54,6 +59,9 @@ - \c (interrupted text) occurs in chat(8) +- using undefined strings or macros defines them to be empty + wl@ Mon, 14 Nov 2011 14:37:01 +0000 + --- missing mdoc features ---------------------------------------------- - fix bad block nesting involving multiple identical explicit blocks @@ -232,6 +240,7 @@ - .Pp between two .It in .Bl -column should produce one, not two blank lines, see e.g. login.conf(5). reported by jmc@ Sun, 17 Apr 2011 14:04:58 +0059 + reported again by sthen@ Wed, 18 Jan 2012 02:09:39 +0000 (UTC) - If the *first* line after .It is .Pp, break the line right after the tag, do not pad with space characters before breaking. @@ -254,6 +263,8 @@ .Bl -tag -width ".Dv message" in magic(5), located in src/usr.bin/file, is the same as -width 7n, not -width 11n. + The same applies to .Bl -column column widths; + reported again by Nicolas Joly Thu, 1 Mar 2012 13:41:26 +0100 via wiz@ 5 Mar - The \& zero-width character counts as output. That is, when it is alone on a line between two .Pp, @@ -326,6 +337,8 @@ ************************************************************************ * error reporting issues ************************************************************************ + +- .TP directly followed by .RS gives an assertion. ************************************************************************ * performance issues