aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-10 22:43:20 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-10 22:43:20 +0000
commit6a76b50ce922aa5133e03e44dd1c91f7f6d7d745 (patch)
tree28db2e8152605e20fdbd4b08e84246bf8eece4f6 /TODO
parent6c7d511b36987f427b5b3ecfb3dfeb2ba4f577f4 (diff)
downloadmandoc-6a76b50ce922aa5133e03e44dd1c91f7f6d7d745.tar.gz
mandoc-6a76b50ce922aa5133e03e44dd1c91f7f6d7d745.tar.zst
mandoc-6a76b50ce922aa5133e03e44dd1c91f7f6d7d745.zip
error message for invalid -S argument
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index f318351b..bda06ece 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.261 2018/08/10 22:12:44 schwarze Exp $
+* $Id: TODO,v 1.262 2018/08/10 22:43:20 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -523,6 +523,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 **