- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- man pages for additional utilities
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
11-02-2001 03:13 AM
11-02-2001 03:13 AM
I tried modifying the MANPATH to include paths for the new stuff, but that didn't work. I've tried copying manpages into relevant section under /usr/share/man; I can then access the man pages, but is that the "proper"/"best" way to install them? Thanks in advance for any help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 03:23 AM
11-02-2001 03:23 AM
Re: man pages for additional utilities
If you tried modifying the MANPATH to include paths for the new stuff, logging off and then back on should work.
I don't know of any more elegant ways of doing it though.
Hope it helps,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 03:37 AM
11-02-2001 03:37 AM
Re: man pages for additional utilities
export MANPATH=$MANPATH:/new/path/on/end
& then checked the value with echo $MANPATH, so logging off & on shouldn't be needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 03:56 AM
11-02-2001 03:56 AM
Re: man pages for additional utilities
vi /etc/MANPATH
I tried your version... worked fine when I echoed $MANPATH but when I vied the MANPATH file it didn't show the new entry. I logged out and logged in, did an echo $MANPATH again and the path entered previously using your version was gone.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:16 AM
11-02-2001 04:16 AM
Re: man pages for additional utilities
if the application provides "normal" man directories/pages should can simply add ":/opt/yourapp/man" at the end of /etc/MANPATH.
Before using "man -k keyword" you will need to rerun "catman" to search through this new manpages.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:25 AM
11-02-2001 04:25 AM
Re: man pages for additional utilities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:32 AM
11-02-2001 04:32 AM
Solutionfor each new path to search add two additionals entries:
i.e.:
/opt/OV/man/itose/%L:/opt/OV/man/itose
When you start a new login /etc/profile will `cat /etc/MANPATH` so your new settings will be read.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 04:42 AM
11-02-2001 04:42 AM
Re: man pages for additional utilities
After installing the software, check
the directory structure of the Software for
"man" -> find
*Append* this result to the /etc/MANPATH in
the /etc/profile file
-raj