summaryrefslogtreecommitdiffstats
path: root/TODO
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
commit3c25590b1942f37b5cc81f0efd4bf4939ea2b953 (patch)
tree7a89daff4a95e3c61b1d1c5986f0e0e234ff8cfd /TODO
parenta5e1a034e691202a980020e40a4fc20bf2f589f6 (diff)
downloadmandoc-3c25590b1942f37b5cc81f0efd4bf4939ea2b953.tar.gz
handle man3c/fopen.3c in main.c/fs_*()
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index a1f4ea2f..8d949601 100644
--- a/TODO
+++ b/TODO
@@ -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