diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-21 17:58:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-21 17:58:13 +0000 |
commit | 3c25590b1942f37b5cc81f0efd4bf4939ea2b953 (patch) | |
tree | 7a89daff4a95e3c61b1d1c5986f0e0e234ff8cfd /TODO | |
parent | a5e1a034e691202a980020e40a4fc20bf2f589f6 (diff) | |
download | mandoc-3c25590b1942f37b5cc81f0efd4bf4939ea2b953.tar.gz |
handle man3c/fopen.3c in main.c/fs_*()
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |