=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.120 retrieving revision 1.122 diff -u -p -r1.120 -r1.122 --- mandoc/TODO 2011/07/28 14:37:39 1.120 +++ mandoc/TODO 2011/09/20 14:20:48 1.122 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.120 2011/07/28 14:37:39 kristaps Exp $ +* $Id: TODO,v 1.122 2011/09/20 14:20:48 schwarze Exp $ ************************************************************************ ************************************************************************ @@ -14,6 +14,8 @@ - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 + also occurs in emulators/pcsxr/patches/patch-doc_pcsx_1 + jeremy@ commit Wed, 7 Sep 2011 10:00:19 -0600 (MDT) ************************************************************************ * formatter bugs @@ -264,6 +266,9 @@ - When .Fn arguments exceed one output line, all but the first should be indented, see e.g. rpc(3); reported by jmc@ on discuss@ Fri, 29 Oct 2010 13:48:33 +0100 + reported again by Nicolas Joly via wiz@ Sun, 18 Sep 2011 18:24:40 +0200 + Also, we don't want to break the line within the argument of: + .Fa "chtype tl" - .Ns should work when called at the end of an input line, see the following code in vi(1): @@ -344,6 +349,10 @@ Several areas can be cleaned up to make mandoc even fa ************************************************************************ * structural issues ************************************************************************ + +- We use the input line number at several places to distinguish + same-line from different-line input. That plainly doesn't work + with user-defined macros, leading to random breakage. - Find better ways to prevent endless loops in roff(7) macro and string expansion.