Rip out the complete "reachable" checks, without replacement.
authorschwarze <schwarze@openbsd.org>
Sun, 5 Jan 2014 04:48:35 +0000 (04:48 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 5 Jan 2014 04:48:35 +0000 (04:48 +0000)
commit545ccbfb34534281a93b4ffeebe1b9f3c74ced86
treedb95431ad704b6a454e3b91cbd0e2778b537522b
parent38e4aabb175d4f6247b32700c497a33d0fbcb615
Rip out the complete "reachable" checks, without replacement.
It's a pity i spent time during t2k13 writing this; however,
when an entire concept is busted, let us not look back.

There is no such thing as an unreachable page.  Even if you are crazy
enough to put a page starting with ".Dt NAMEI 9" into a file man1/cat.1,
we now make sure that it can be found by all of the following:
Nm=namei Nm=cat sec=1 sec=9
It will always be displayed as:
cat(1) - pathname lookup
So you know that you have to type `man cat` to get at it.
That obsoletes the concept of "unreachable manuals" for good.
usr.bin/mandoc/mandocdb.c