- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: man problem?
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
09-03-2001 11:46 PM
09-03-2001 11:46 PM
man problem?
$ man vi
Reformatting page. Please Wait.../opt/local/bin/tbl[7]: /opt/dwb/bin/tbl: notd
/opt/local/bin/eqn[7]: /opt/dwb/bin/eqn: not found
/opt/local/bin/nroff[7]: /opt/dwb/bin/nroff: not found
/opt/local/bin/col[7]: /opt/dwb/bin/col: not found
sys( cat /tmp/sman_16766 | tbl | eqn | nroff -u0 -Tlp -man - | col -x > /tmp/m!
aborted (sorry)
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2001 11:56 PM
09-03-2001 11:56 PM
Re: man problem?
Looks like /opt/dwb/bin is not in your search path. Are the /opt/local/bin files wrapper scripts?
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 02:01 AM
09-04-2001 02:01 AM
Re: man problem?
It does not work!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 05:02 AM
09-04-2001 05:02 AM
Re: man problem?
echo $PATH
and could you list these files:
/opt/local/bin/tbl
/opt/dwb/bin/tbl
/opt/local/bin/eqn
/opt/dwb/bin/eqn
/opt/local/bin/nroff
/opt/dwb/bin/nroff
/opt/local/bin/col
/opt/dwb/bin/col
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 05:44 AM
09-04-2001 05:44 AM
Re: man problem?
Do you have an alias for man? do "type man" or
"/usr/bin/man vi"
-Ramesh