- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Including man pages
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 02:11 AM
06-12-2003 02:11 AM
after installing some new programms and libraries on my 11.i TCOE system I now want to include the corresponding man pages.
As I mentioned before I was used more only to use HP-UX than to administer it and therefore I am not familiar with some basic stuff. Including manpages is one of these topics. Can anybody give some hints to me concerning some of the following points:
- How to add man pages.
- Which format have manpage files to have (I found in /usr/share/ diffenten manX dirs with different .X files inside)
- Is there a specific routine (a script) to add man pages or can this be done only by place the files to a specific directory
- How can I get man pages from the utah server (I found them only in .html there. This is not valid I suppose)
- Is there a white paper about man pages?
Thanks a lot for some hints,
oliver
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 02:18 AM
06-12-2003 02:18 AM
Re: Including man pages
modify the environtment variable MANPATH adding the proper lines and after run "catman &" to rebuild the man pages.
if you want to know, the best way is a "man man"
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 02:19 AM
06-12-2003 02:19 AM
Re: Including man pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 03:35 AM
06-12-2003 03:35 AM
Re: Including man pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 03:45 AM
06-12-2003 03:45 AM
SolutionTo create a solution that is for future use very handy as well, please do :
/etc/profile:
if [ -r /etc/MANPATH ]
then
MANPATH=`cat /etc/MANPATH`
fi
export MANPATH
add your new path to /etc/MANPATH :
/path/to/man1:/path/to/man/2:/etc:/new/manpath
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 04:22 AM
06-12-2003 04:22 AM
Re: Including man pages
Check the previous answers and threads.
1. We can either add the man pages to /usr/share/man or /usr/local/man. Or let the man pages be in their locations and add the dirs to the /etc/MANPATH.
2. Check man man. Its has got all the explnations for your questions.
3. There is no specific routine, but you can write a script of your own.
4. Normally the depots come with the man pages also. So when you install them you will get the man pages.
5. No clues...
HTH,
Umapathy