=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.256 retrieving revision 1.268 diff -u -p -r1.256 -r1.268 --- mandoc/TODO 2018/07/28 18:32:17 1.256 +++ mandoc/TODO 2018/08/23 14:29:38 1.268 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.256 2018/07/28 18:32:17 schwarze Exp $ +* $Id: TODO,v 1.268 2018/08/23 14:29:38 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -57,7 +57,7 @@ are mere guesses, and some may be wrong. reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500 loc *** exist *** algo *** size ** imp * -- .while and .shift +- .while found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200 loc * exist ** algo ** size ** imp ** @@ -164,6 +164,7 @@ are mere guesses, and some may be wrong. - groff_www(7) .MTO and .URL These macros were used by the GNU grep(1) man page. + The groff_www(7) manual page itself uses them, too. We should probably *not* add them to mandoc. Just mentioning this here to keep track of the abuse. Laura Morales 20 Apr 2018 07:33:02 +0200 @@ -500,6 +501,15 @@ are mere guesses, and some may be wrong. * warning issues ************************************************************************ +- When a man(1) command returns no result and there was an -S + argument, check the -S argument against the list of valid + architectures and say "Unknown architecture AAA" rather than + "No entry for NNN in the manual" if there is no match. + Requires moving the lists of valid architectures out of + mdoc_validate.c such that they can be used by main.c. + Discussed with jmc@ 10 Aug 2018 19:20:12 +0100. + loc ** exist * algo * size * imp ** + - warn about duplicate .Sh/.Ss heads gre(4): Rename duplicate sections 20 Apr 2018 15:27:33 +0200 loc * exist * algo * size * imp ** @@ -541,6 +551,10 @@ are mere guesses, and some may be wrong. - mandoc_special does not really check the escape sequence, but just the overall format loc ** exist ** algo *** size ** imp ** + +- makewhatis -p complains about language subdirectories: + /usr/local/man//ru: Unknown directory part + ************************************************************************ * documentation issues