=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.260 retrieving revision 1.262 diff -u -p -r1.260 -r1.262 --- mandoc/TODO 2018/08/10 20:40:45 1.260 +++ mandoc/TODO 2018/08/10 22:43:20 1.262 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.260 2018/08/10 20:40:45 schwarze Exp $ +* $Id: TODO,v 1.262 2018/08/10 22:43:20 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -40,10 +40,11 @@ are mere guesses, and some may be wrong. - \*(.T prints the device being used, see groff_char(7) for an example + This is slightly hard because -Tlocale only decides to use ascii or + utf8 when initializing the formatter, so the information is not + yet available to the preprocessor at the parsing stage. + loc ** exist ** algo * size * imp * -- \[charNN], \[charNNN] prints a single-byte codepoint - see groff_char(7) for examples - - .ad (adjust margins) .ad l -- adjust left margin only (flush left) .ad r -- adjust right margin only (flush right) @@ -521,6 +522,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