From feaca3814c803930a197fc98e4de5900cc8516f6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 3 May 2019 17:31:15 +0000 Subject: In fs_lookup(), use stat(2) rather than access(2) to check file existence. Some mildly broken real-world packages on some operating systems contain dangling symlinks in manual page directories: pestering the user to run makewhatis(8) makes no sense because that won't help. On the other hand, missing read permissions deserve ugly error messages and are unlikely to occur in practice anyway. Fixing an issue reported by Lorenzo Beretta as part of https://github.com/void-linux/void-packages/issues/9868 . --- TODO | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 33eccde7..dd97163c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.293 2019/05/03 16:14:41 schwarze Exp $ +* $Id: TODO,v 1.294 2019/05/03 17:31:15 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -217,12 +217,6 @@ are mere guesses, and some may be wrong. --- missing misc features ---------------------------------------------- -- dead .so links should be entered into the database to avoid: - man -M. lvm-config - man: outdated mandoc.db lacks lvm-config(8) entry, run makewhatis /co/void-man - https://github.com/void-linux/void-packages/issues/9868 - loc * exist ** algo * size * imp ** - - man -ks 1,8 route; kn@ Jul 13, 2018 orally - italic correction (\/) in PostScript mode -- cgit v1.2.3