NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: man command is not executing
by gellyfish (Monsignor) on Aug 08, 2005 at 10:31 UTC

    You are attempting to use nroff macros in your 'manpage' that are not defined on your system, it could be that your man has not properly installed the mdoc or mandoc macros or your nroff is not installed. Either way it has nothing to do with Perl and you should be asking somewhere specific to your OS.

    If you are creating manpages for Perl programs then you are better using POD and pod2man - this also has the benefit of allowing other formatters such as HTML.

    /J\

Re: man command is not executing
by marto (Cardinal) on Aug 08, 2005 at 10:06 UTC
    This node looks like a duplicate of trying to create a man page you posted a while back.
    Update: for the people downvoting this node of mine, I posted it before deletion of the parent node had been considered.

    Martin
    A reply falls below the community's threshold of quality. You may see it by logging in.