=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.131 retrieving revision 1.137 diff -u -p -r1.131 -r1.137 --- mandoc/TODO 2012/05/27 15:20:12 1.131 +++ mandoc/TODO 2012/07/16 21:30:42 1.137 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.131 2012/05/27 15:20:12 schwarze Exp $ +* $Id: TODO,v 1.137 2012/07/16 21:30:42 schwarze Exp $ ************************************************************************ ************************************************************************ @@ -9,15 +9,11 @@ --- missing roff features ---------------------------------------------- -- The pod2man preamble wants \h'...' with quoted numerical arguments, - see for example AUTHORS in MooseX::Getopt.3p, p5-MooseX-Getopt. +- roff.c should treat \n(.H>23 and \n(.V>19 in the pod2man(1) + preamble as true, see for example AUTHORS in MooseX::Getopt.3p 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. - - .ad (adjust margins) .ad l -- adjust left margin only (flush left) .ad r -- adjust right margin only (flush right) @@ -41,7 +37,8 @@ - .ta (tab settings) occurs in ircbug(1) and probably gnats(1) reported by brad@ Sat, 15 Jan 2011 15:50:51 -0500 -- \c (interrupted text) occurs in chat(8) +- \c (interrupted text) should prevent the line break + even inside .Bd literal; that occurs in chat(8) - using undefined strings or macros defines them to be empty wl@ Mon, 14 Nov 2011 14:37:01 +0000 @@ -172,9 +169,6 @@ so far, we only have it in roff(7) and man(7) reminded by millert@ Thu, 09 Dec 2010 17:29:52 -0500 -- perl(1) SYNOPSIS looks bad; reported by deraadt@ - 1) man(7) seems to need SYNOPSIS .Nm blocks, too - - In .Bl -column, .It Em AuthenticationKey Length ought to render "Key Length" with emphasis, too, @@ -317,12 +311,6 @@ \fBdig \fR operate in batch mode in dig(1). - -************************************************************************ -* error reporting issues -************************************************************************ - -- .TP directly followed by .RS gives an assertion. ************************************************************************ * performance issues