Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!ctrsol!ginosko!usc!ucsd!orion.cf.uci.edu!uci-ics!zardoz!conexch!ccicpg!cci632!rit!tropix!ur-valhalla!uhura.cc.rochester.edu!rochester!rutgers!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: man page organization (-more-) Message-ID: <2258@auspex.auspex.com> Date: 15 Aug 89 17:44:57 GMT References: <1070@hydra.gatech.EDU> <18593@mimsy.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 13 > /usr/man/man[1-8] n/troff slaves > /usr/man/cat[1-8] preformatted entries > /usr/local/man/man[1-8] n/troff slaves for local things > /usr/local/man/cat[1-8] preformatted entries Note that the 4.3BSD and SunOS 4.0 (and, I think, SunOS releases back to 3.x, probably 3.2; not having 4.2BSD source or man pages handy, I can't speak for it) commands have a MANPATH variable; you can set it to search "/usr/local/man/" before "/usr/man/". For example, I set mine to "~/man:/usr/local/man:/usr/share/man" to first search through the man pages for private commands etc., then for local commands etc., then through the system man pages. I also prefer a scheme like the above to one with "manl" and "mann".