On 2007-11-20, Thomas Leonard <[EMAIL PROTECTED]> wrote: > Done now, but it'll take the usual 6 months or so to make it into the > distributions...
More like two years in some cases... if even then someone can be bothered. > Yes. I'll have a look at the Ion package and try to come up with > something more robust. >From a quick glance into 0alias, it seems you decide the manual page to view based on the package's 'main' binary, not the alias, which is good. But then you do too much work, when you could just let man do all the hard work, by passing it -M $implementation/man (which could be a configurable location, like doc-dir). Here the use of -M should be ok (cf. earlier posts on this thread), because we already know that the manual page we want should be under that directory. Of course, it would be nice to be able to view other manual pages within the package as well, but that probably demands a much greater overhaul of the man page and documentation systems... -- Tuomo
