- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- No manual entry
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
08-18-2004 03:23 PM
08-18-2004 03:23 PM
No manual entry
I have installed lsof and fping completely and then I type man to learn how to use but it said that : No manual entry for lsof/fping.
Do anyone help me to answer it, thanks.
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 03:30 PM
08-18-2004 03:30 PM
Re: No manual entry
# whereis lsof
lsof: /usr/local/bin/lsof /usr/local/man/man8/lsof.8
# more /etc/MANPATH
/opt/ipf/man:/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/o
pt/mx/share/man:/opt/sec_mgmt/share/man:/usr/dt/share/man:/opt/samba/man:/opt/resmon/share/man:/opt/gnome/man:/opt/ign
ite/share/man/%L:/opt/ignite/share/man:/opt/wbem/share/man:/opt/sec_mgmt/share/man/%L:/opt/ssh/share/man:/opt/graphics
/common/man
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 06:07 PM
08-18-2004 06:07 PM
Re: No manual entry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 06:25 PM
08-18-2004 06:25 PM
Re: No manual entry
MANPATH does not need to point to the directory where the actual man page files are, but to the top of the manual page hierarchy.
So you should have added only /opt/fping/sbin/man to /etc/MANPATH. The "man" command will automatically append the "man8" path element when searching for the page.
Also, /opt/fping/sbin/man looks wrong. Are you sure the directory is not /opt/fping/man?
If you're installing an utility like this from a source package, you might want to take a peek at the manual page before installing the utility. You can do this by giving the "man" command a pathname to the man page file (like
Examples:
man ./lsof.8
man /opt/fping/man/man8/fping.8
Anything with a "/" character in it will make the "man" command look to the exact file you specified. But for frequent use, setting up the correct value for MANPATH is way more convenient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 07:07 PM
08-18-2004 07:07 PM
Re: No manual entry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 07:15 PM
08-18-2004 07:15 PM
Re: No manual entry
check the MANPATH variable.
echo $MANPATH
it should have entry for /opt/fping/man/man8. if entry is not there run
export MANPATH=$MANPATH:/opt/fping/man/man8
then try man fping .
If it work add tghis entry in /etc/MANPATH file.
Suni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 07:23 PM
08-18-2004 07:23 PM