summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-03-11 13:11:22 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-03-11 13:11:22 +0000
commitb68603956c1ef2a1054c002436569a922e602d3b (patch)
tree267df192f0a6587beb3ae5bb472e5c19ca72a053 /TODO
parenta6b05481ff237dc3c50886dab2642a2d007a78ff (diff)
downloadmandoc-b68603956c1ef2a1054c002436569a922e602d3b.tar.gz
When interpreting the -O argument as a macro name fails,
fall back to showing Nd rather than not showing anything. Issue reported by jmc@.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index cfadd97e..2da01398 100644
--- a/TODO
+++ b/TODO
@@ -557,6 +557,11 @@ Several areas can be cleaned up to make mandoc even faster. These are
* structural issues
************************************************************************
+- Improve -O suboption parsing. Do it in the main program such that
+ errors can be reported. Pay attention to distinguishing the
+ mandoc(1) and apropos(1) styles of both options.
+ loc ** exist * algo ** size ** imp ***
+
- Use libz directly instead of forking gunzip(1).
Suggested by bapt at FreeBSD among others.