=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.68 retrieving revision 1.73 diff -u -p -r1.68 -r1.73 --- mandoc/TODO 2010/12/16 01:00:29 1.68 +++ mandoc/TODO 2011/01/06 14:05:12 1.73 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.68 2010/12/16 01:00:29 kristaps Exp $ +* $Id: TODO,v 1.73 2011/01/06 14:05:12 kristaps Exp $ ************************************************************************ ************************************************************************ @@ -22,6 +22,8 @@ * missing features ************************************************************************ +- pod2man expects `tr' to be implemented for \*(-- to work + - explicit blocks with missing end macro should be implicitely closed at the end of the enclosing block, e.g. .Bl It (El) Sh reminded by stsp@ in net/pptp pptp.8 Fri, 23 Apr 2010 20:32:39 +0200 @@ -62,8 +64,6 @@ see textproc/mgdiff(1) for nice examples (3) undefined, just output the character -> perhaps WARNING -- port OpenBSD tbl integration bsd.lv, probably cleaning it up - - 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. @@ -101,6 +101,11 @@ should either just work or be a warning reported by naddy@ +- check compatibility with Plan9: + http://swtch.com/usr/local/plan9/tmac/tmac.an + http://swtch.com/plan9port/man/man7/man.html + "Anthony J. Bentley" 28 Dec 2010 21:58:40 -0700 + ************************************************************************ * formatting issues: ugly output ************************************************************************ @@ -132,10 +137,6 @@ or not (run a manual without `Nm blah' to see this). I'm not sure that this exists in the wild, but it's still an error. -- .%T should be quoted, not underlined, when .%J is also present, - to better distinguish the contents of .%T and .%J, - see for example OpenBSD cat(1) - - In .Bl -bullet, the groff bullet is "+\b+\bo\bo", the mandoc bullet is just "o\bo". see for example OpenBSD ksh(1) @@ -150,11 +151,6 @@ or in DIAGNOSTICS in init(8). Also have `It' complain if `Pp' is invoked at certain times (not -compact?). - -- .Bd -literal and .Bd -unfilled are *not* identical. - In -literal, tabs are 8 spaces. - In -unfilled, tabs are 5 spaces, just like in -filled and -ragged. - See the CCDF_* display in OpenBSD ccdconfig(8). - .Nx 1.0a should be "NetBSD 1.0A", not "NetBSD 1.0a",