aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-07-14 09:36:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-07-14 09:36:13 +0000
commite1b3342226e5c7f264ac7bd207085557e36081d7 (patch)
tree1fceed63530616d1f840d508d04ff930d898ea4d /TODO
parent91e047ba0d335a858324bcad4435e5c7cefe3981 (diff)
downloadmandoc-e1b3342226e5c7f264ac7bd207085557e36081d7.tar.gz
mandoc-e1b3342226e5c7f264ac7bd207085557e36081d7.tar.zst
mandoc-e1b3342226e5c7f264ac7bd207085557e36081d7.zip
tedu@ says: "whatis pool" doesn't work
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index d1d1bd7c..a3e95ac6 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.152 2013/07/13 12:52:07 schwarze Exp $
+* $Id: TODO,v 1.153 2013/07/14 09:36:13 schwarze Exp $
************************************************************************
************************************************************************
@@ -142,6 +142,15 @@ None known right now.
--- missing misc features ----------------------------------------------
+- The whatis(1) utility looks for whole words in Nm.
+ If the file name of a page does not agree with the contents of any
+ of its Nm macros (e.g. pool(9)), add the file name as an Nm entry
+ to the mandoc.db as well, such that whatis(1) finds it.
+ If there is a page with a file name that does not appear as a substring
+ neither in Nm nor in Nd, the same fix would allow finding that page
+ with apropos(1) using the file name as a key, as well.
+ Issue reported by tedu@ Fri, 05 Jul 2013 21:15:23 -0400
+
- clean up escape sequence handling, creating three classes:
(1) fully implemented, or parsed and ignored without loss of content
(2) unimplemented, potentially causing loss of content