Operating System - HP-UX
1832994 Members
2337 Online
110048 Solutions
New Discussion

how to install man pages (was it whatis ?)

 
SOLVED
Go to solution
Frank de Vries
Respected Contributor

how to install man pages (was it whatis ?)

He geezers

I have not done this for donkeys.
I have a faint notion about installing
man pages of an apps with whatis.
But just to make sure I am not off a tangent.
Can anyone explain it from the top.
Cheers maties.
Look before you leap
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor
Solution

Re: how to install man pages (was it whatis ?)

Hi Frank:

The 'whatis' is a database of keywords for the man pages. It's created with 'catman -w' and updated with 'catman -m' when new manpages are installed.

Once created you can do:

# man -k

...to divulge a list of manpages with the matching .

See the manpages for 'catman' for more information.

Regards!

...JRF...
Peter Godron
Honored Contributor

Re: how to install man pages (was it whatis ?)

Frank,
ensure you have all the .Z files in /usr/share/man, /usr/contrib/man or /usr/local/man.

You can re-create whatis with /usr/sbin/catman (Can't remember the options, something like -w -m)
Arunvijai_4
Honored Contributor

Re: how to install man pages (was it whatis ?)

Hello Frank,

Take a look at these threads,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=99091
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=53965

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Peter Godron
Honored Contributor

Re: how to install man pages (was it whatis ?)

Hi Frank,
have you had any luck with getting your man pages installed.? Do you need any more help?
Frank de Vries
Respected Contributor

Re: how to install man pages (was it whatis ?)

Thanks for jugging me poor old memory !!
That's worth an extra point .
Look before you leap
Arunvijai_4
Honored Contributor

Re: how to install man pages (was it whatis ?)

Hi Frank,

Also, you can export man pages into $MANPATH variable.

# export MANPATH=$MANPATH:/

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
Frank de Vries
Respected Contributor

Re: how to install man pages (was it whatis ?)

Consider it done !
Look before you leap
Muthukumar_5
Honored Contributor

Re: how to install man pages (was it whatis ?)

whatis a database which is used when using man command with -q and -k option for querying the man pages.

To install new man pages then use MANPATH environment variable to include those pages.

--
Muthu
Easy to suggest when don't know about the problem!