aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-21 17:58:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-21 17:58:13 +0000
commitb5df58f729660e7f7a8b8ec5934a75ccb52a2d79 (patch)
tree77d50aad2ffef192418860ca458c325b0a945888
parente2d87f80b3cfbe9328b84922bc483e69b78f6f54 (diff)
downloadmandoc-b5df58f729660e7f7a8b8ec5934a75ccb52a2d79.tar.gz
mandoc-b5df58f729660e7f7a8b8ec5934a75ccb52a2d79.tar.zst
mandoc-b5df58f729660e7f7a8b8ec5934a75ccb52a2d79.zip
handle man3c/fopen.3c in main.c/fs_*()
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index ef311c29..fe2059c9 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.318 2021/09/10 12:48:19 schwarze Exp $
+* $Id: TODO,v 1.319 2021/09/21 17:58:13 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -292,6 +292,11 @@ are mere guesses, and some may be wrong.
--- missing misc features ----------------------------------------------
+- conisder whether man(1) fallback code in main.c/fs_*() can find files
+ like man3c/fopen.3c (illumos, Solaris) and man3p/fopen.3p (POSIX)
+ discussed with Robert Mustacchi 21 Sep 2021 10:39:40 -0700
+ loc * exist * algo ** size * imp **
+
- let makewhatis(8) follow symbolic links to dirs below READ_ALLOWED_PATH
this may be feasible using fts_set(FTS_FOLLOW)
mail to sternenseemann 19 Aug 2021 19:11:50 +0200