[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Man files (fwd)



Jeff Weber wrote:
> 
> Hi Anne,
> 
> I think you may be better suited to handle this one....
> 
> -Jeff
> ________________________________________      ______________________
> 
> ---------- Forwarded message ----------
> Date: Thu, 11 Jan 2001 11:11:17 -0500
> From: James R. Frysinger <address@hidden>
> To: address@hidden
> Cc: Jeff Weber <address@hidden>
> Subject: Man files
> 
> The man files in man1 and man3 of the LDM package are not accessible by
> using the man command, though they can be read by using cat, more, and
> so forth. How can I make those accessible to the man command?
> 
> Jim Frysinger
> 
> --
> James R. Frysinger                  University/College of Charleston
> 10 Captiva Row                      Dept. of Physics and Astronomy
> Charleston, SC 29407                66 George Street
> 843.225.0805                        Charleston, SC 29424
> http://www.cofc.edu/~frysingj       address@hidden
> Cert. Adv. Metrication Specialist   843.953.7644

Hi Jim,

First, Jeff forwarded your email to me regarding using something other
than ping for ldmfail.  Right now I have a question in to our sys admin
regarding this, as I don't know of any benefits to not allowing ping. 
I'll get back to you on that.

Regarding the man pages, you need to add the proper path to your MANPATH
environment variable.  For example, 

setenv MANPATH /usr/man:/usr/local/man:<ldmhome>/man

where <ldmhome> is the location of your ldm, probably /usr/local/ldm.  I
suggestion doing this in the .cshrc file for your ldm, or whatever
configuration file your shell uses.

Alternatively, you can give the 'man' command a path with the -M
argument, e.g. 

man -M /usr/local/ldm/man pqutil


Anne
-- 
***************************************************
Anne Wilson                     UCAR Unidata Program            
address@hidden                 P.O. Box 3000
                                  Boulder, CO  80307
----------------------------------------------------
Unidata WWW server       http://www.unidata.ucar.edu/
****************************************************