aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-24 08:26:05 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-24 08:26:05 +0000
commit21df9e140855080c5ff9542bd1bcb8cd1d9953a5 (patch)
tree4f1e74d406887497417ec6c41655f3d3e82eed59 /TODO
parenta451a9298d00e4dbaeaf58246f49b74061f578eb (diff)
downloadmandoc-21df9e140855080c5ff9542bd1bcb8cd1d9953a5.tar.gz
mandoc-21df9e140855080c5ff9542bd1bcb8cd1d9953a5.tar.zst
mandoc-21df9e140855080c5ff9542bd1bcb8cd1d9953a5.zip
improve FATAL handling in makewhatis(8)
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/TODO b/TODO
index 78a54e72..06f668e8 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.172 2014/06/20 02:53:13 schwarze Exp $
+* $Id: TODO,v 1.173 2014/07/24 08:26:05 schwarze Exp $
************************************************************************
************************************************************************
@@ -168,6 +168,13 @@
with apropos(1) using the file name as a key, as well.
Issue reported by tedu@ Fri, 05 Jul 2013 21:15:23 -0400
+- When makewhatis(8) encounters a FATAL parse error,
+ it silently treats the file as formatted, which makes no sense
+ at all for paths like man1/foo.1 - and which also contradicts
+ what the manual says at the end of the description.
+ The end result will be ENOENT for file names returned
+ by mansearch() in manpage.file.
+
- makewhatis(8) for preformatted pages:
parse the section number from the header line
and compare to the section number from the directory name
@@ -247,6 +254,10 @@
Also check what PostScript mode does when fixing this.
reported by juanfra@ Wed, 04 Jun 2014 21:44:58 +0200
+--- HTML issues --------------------------------------------------------
+
+- check https://github.com/trentm/mdocml
+
************************************************************************
* formatting issues: gratuitous differences
************************************************************************