home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / misc / 18201 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  934 b 

  1. Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!darwin.sura.net!mips!sdd.hp.com!usc!noiro.acs.uci.edu!nntpsrv
  2. From: cedman@714-725-3165.nts.uci.edu (Carl Edman)
  3. Subject: Re: Using MANPATH on Next
  4. Nntp-Posting-Host: 714-725-3165.nts.uci.edu
  5. Message-ID: <2A745962.18736@noiro.acs.uci.edu>
  6. Newsgroups: comp.sys.next.misc
  7. Reply-To: cedman@golem.ps.uci.edu (Carl Edman)
  8. Lines: 23
  9. Date: 27 Jul 92 20:15:31 GMT
  10. References: <1992Jul27.190838.2110@digifix!uunet.ca>
  11.  
  12. Scott Anguish writes
  13. > We are wanting to set up the MANPATH enviroment variable for our users so
  14. > that it searches
  15. > /usr/man
  16. > /usr/local/man
  17. > ~/Unix/man
  18. > Unfortunately, we haven't had any success as yet.
  19. > Any suggestions?
  20.  
  21. Why, just put
  22.  
  23. export MANPATH=/usr/man:/usr/local/man:$HOME/Unix/man
  24.  
  25. into your global sh/ksh/zsh startup file and
  26.  
  27. setenv MANPATH /usr/man:/usr/local/man:$HOME/Unix/man
  28.  
  29. into your global csh/tcsh startup file.
  30.  
  31.     Carl Edman
  32.