From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id r6E9aEIU030395 for ; Sun, 14 Jul 2013 05:36:14 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id r6E9aDKw017074; Sun, 14 Jul 2013 05:36:13 -0400 (EDT) Date: Sun, 14 Jul 2013 05:36:13 -0400 (EDT) Message-Id: <201307140936.r6E9aDKw017074@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: tedu@ says: "whatis pool" doesn't work X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- tedu@ says: "whatis pool" doesn't work Modified Files: -------------- mdocml: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v retrieving revision 1.152 retrieving revision 1.153 diff -LTODO -LTODO -u -p -r1.152 -r1.153 --- TODO +++ TODO @@ -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 -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv