Path: utzoo!utgpu!watmath!watdragon!jmsellens From: jmsellens@watdragon.waterloo.edu (John M. Sellens) Newsgroups: uw.unix Subject: Re: searchpath Message-ID: <16260@watdragon.waterloo.edu> Date: 7 Sep 89 13:09:42 GMT References: <16246@watdragon.waterloo.edu> <28944@watmath.waterloo.edu> <16259@watdragon.waterloo.edu> Reply-To: jmsellens@watdragon.waterloo.edu (John M. Sellens) Organization: U. of Waterloo, Ontario Lines: 12 In article <16259@watdragon.waterloo.edu> dvadura@watdragon.waterloo.edu (Dennis Vadura) writes: >In article <28944@watmath.waterloo.edu> rbutterworth@watmath.waterloo.edu (Ray Butterworth) writes: >>You set your own MANPATH variable, and so exclude a lot of man pages. >>Instead try: >> setenv MANPATH `/bin/showpath $HOME/man standard` > >WRONG!!!, no dice. I think Ray forgot "class=man" - this seems to do the right thing. setenv MANPATH `/bin/showpath class=man $HOME/man standard` In any case, you could always get the showpath man page by unsetting MANPATH first, which should allow you to figure out how to set MANPATH.