]> git.cameronkatri.com Git - mandoc.git/commit
Rip out the complete "reachable" checks, without replacement.
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 5 Jan 2014 04:48:40 +0000 (04:48 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 5 Jan 2014 04:48:40 +0000 (04:48 +0000)
commit73e52fd6b25a685b217d43ab72e7d09027ec229b
treef9e9a34b10bd6b761eedaff913b410e600f503c0
parentb35727d655f29415823be44ca497ad971e401519
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.
mandocdb.c