Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!cs.utexas.edu!academ!bcm.tmc.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!news.kei.com!newsstand.cit.cornell.edu!newsstand.cit.cornell.edu!jch From: jch@nr-atp.cit.cornell.edu (Jeffrey C Honig) Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: Where's my man?! (BSDI 2.0) Date: 07 Nov 1995 17:20:45 GMT Organization: Information Technologies/Network Resources; Cornell University; Ithaca, NY USA Lines: 10 Sender: jch1@cornell.edu (Verified) Message-ID: <JCH.95Nov7122045@liberator.cit.cornell.edu> References: <47mbs0$cbg@spectator.cris.com> <47o0dj$3ti@opal.southwind.net> NNTP-Posting-Host: liberator.cit.cornell.edu In-reply-to: stehman@southwind.net's message of 7 Nov 1995 16:10:26 GMT In article <47o0dj$3ti@opal.southwind.net> stehman@southwind.net (Jeff Stehman) writes: BSDi's man command in configured in /etc/man.conf. If you set MANPATH you override that configuration. It's best not to set MANPATH at all. Also note that to look at different sections of the manual with 2.0 you need to use the -M option. For example: `man -M mh inc` instead of `man mh inc`. Jeff