home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!darwin.sura.net!mips!sdd.hp.com!usc!noiro.acs.uci.edu!nntpsrv
- From: cedman@714-725-3165.nts.uci.edu (Carl Edman)
- Subject: Re: Using MANPATH on Next
- Nntp-Posting-Host: 714-725-3165.nts.uci.edu
- Message-ID: <2A745962.18736@noiro.acs.uci.edu>
- Newsgroups: comp.sys.next.misc
- Reply-To: cedman@golem.ps.uci.edu (Carl Edman)
- Lines: 23
- Date: 27 Jul 92 20:15:31 GMT
- References: <1992Jul27.190838.2110@digifix!uunet.ca>
-
- Scott Anguish writes
- > We are wanting to set up the MANPATH enviroment variable for our users so
- > that it searches
- >
- > /usr/man
- > /usr/local/man
- > ~/Unix/man
- >
- > Unfortunately, we haven't had any success as yet.
- >
- > Any suggestions?
-
- Why, just put
-
- export MANPATH=/usr/man:/usr/local/man:$HOME/Unix/man
-
- into your global sh/ksh/zsh startup file and
-
- setenv MANPATH /usr/man:/usr/local/man:$HOME/Unix/man
-
- into your global csh/tcsh startup file.
-
- Carl Edman
-