=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.257 retrieving revision 1.273 diff -u -p -r1.257 -r1.273 --- mandoc/TODO 2018/07/31 15:25:55 1.257 +++ mandoc/TODO 2018/10/02 14:56:47 1.273 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.257 2018/07/31 15:25:55 schwarze Exp $ +* $Id: TODO,v 1.273 2018/10/02 14:56:47 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -57,10 +57,6 @@ 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 - found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200 - loc * exist ** algo ** size ** imp ** - - \w'' improve width measurements would not be very useful without an expression parser, see below needed for Tcl_NewStringObj(3) via wiz@ Wed, 5 Mar 2014 22:27:43 +0100 @@ -164,6 +160,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 @@ -499,6 +496,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