Re: about man page



ZHAO, BING am Freitag, 28. Oktober 2005 12.43:
> Hi:
> what is manpage?

"man page" is an abbreviation of "manual page".

They are usually (besides info pages etc.) part of installed software in *NIX
environments. Not available on Windoze (I heard it must be especially
userfriendly, so I think it's not necessary to have man pages ;-)

It has not to be seperately installed.

> Where is it locate in cpan?

Nowhere, it's not a perl module.

> to be specific, how do I get to cron manpage?

1. Having *UNIX
2. login
3. $ man cron
(or: man 8 cron)

See first
$ man man


hth,
joe
.