Subject: Re: Perl man pages.
To: Richard Rauch <rkr@olib.org>
From: Eric Haszlakiewicz <erh@nimenees.com>
List: current-users
Date: 08/10/2003 16:29:05
On Fri, Aug 08, 2003 at 06:43:22PM -0500, Richard Rauch wrote:
> On Fri, Aug 08, 2003 at 04:18:04PM -0700, Bill Studenmund wrote:
> > On Sun, 3 Aug 2003, Richard Rauch wrote:
> > > ...so what happens when you want to use a C++ class called DB and have that
> [...]
> > Isn't that what different sections are for? Especially say section 3f? So
> > then don't we just need say 3perl and 3python?
>
> Hm...I s'pose you could do that. (^&
in man.conf, this almost works:
...
_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man
5 cat7 man7 cat3f man3f cat9 man9 catn mann catl manl perl
...
_build .p[lm] basename %s .pl | xargs /usr/pkg/bin/perldoc -U
...
then, (e.g.) "touch /usr/share/man/perl/DB.pl" will allow "man DB to work"
but it needs an empty file created in /usr/share/man/perl for each perl
doc page.
eric