diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-01-05 04:48:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-01-05 04:48:40 +0000 |
commit | 8aa6a92dfbd1d0b59c2e5a5910a10e58ec8c8eee (patch) | |
tree | e33f79892d44993633b2b3d19cf79a0d9d8894e5 /libmandoc.h | |
parent | 63d5c3e9200eefafcbced98f070c84e0ae4a4c0e (diff) | |
download | mandoc-8aa6a92dfbd1d0b59c2e5a5910a10e58ec8c8eee.tar.gz |
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.
Diffstat (limited to 'libmandoc.h')
0 files changed, 0 insertions, 0 deletions