Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding manual pages

Status
Not open for further replies.

Nostradamus

Technical User
May 3, 2000
419
SE
I've installed the precompiled samba package on a sco openserver 5.0.5 system.
the manual pages are installed under /usr/local/samba/man/...
However I can't read them using 'man xxxxx'. Do I have to include them in some sort of PATH before or do I have to "add them to the manual" before I can use them?



/Sören
 
The environment variable is
Code:
 MANPATH
Take a look at
Code:
 man man

Hope This Help
PH.
 
I've looked at that but never figured it out.
the layout of /usr/man and /usr/lib/scohelp doesn't look like the man directory in /usr/local/samba/man/... I don't think the manpath helps. I don't know how anyway.

I always use nroff -man xxxx | more to read the man pages under linux. Can I use something similar with SCO?


/Sören
 
Try this:
Code:
MANPATH=$MANPATH:/usr/local/samba/man man nmblookup
You may have to install the gnu groff utility form your SkunkWare CD.

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top