man pages

Bernhard Reiter bernhard at intevation.de
Sun Jan 8 10:30:31 CET 2006


Am Donnerstag, 5. Januar 2006 17:25 schrieb Felipe Mendel N. Prates:
> Here it goes:
> MANPATH="/kolab/man:/kolab/local/man::/usr/man:/usr/share/man"; export
> MANPATH

Okay, the output seems to have the MANPATH just fine.

> BTW, I use bash (v3.0).

If you eval the above line (in one line)
("MANPATH="/kolab/man:/kolab/local/man::/usr/man:/usr/share/man"; export 
MANPATH")
on the shell prompt, it should give you a MANPATH variable set.
Especially on your prompt try copying the line and then "echo $MANPATH".
Is this really empty?
If not, can you try
eval 'MANPATH=test ; export MANPATH'
echo $MANPATH

'




More information about the users mailing list