diff options
author | phantom <phantom@FreeBSD.org> | 1999-12-21 17:18:19 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-12-21 17:18:19 +0000 |
commit | 5042c988321de8fe1a2f29540ce4ebab76ae6e58 (patch) | |
tree | 017917f35947b847882c6d22d0e4544da962943a /share/skel | |
parent | a952eb2c57c096b1f46b5bdfc5857f8e4880c8ef (diff) | |
download | FreeBSD-src-5042c988321de8fe1a2f29540ce4ebab76ae6e58.zip FreeBSD-src-5042c988321de8fe1a2f29540ce4ebab76ae6e58.tar.gz |
Comment out explicit MANPATH setting.
(BTW, it's very bad practice to have MANPATH environment variable set)
PR: conf/14487
Submitted by: Norihiko Ishitani <nori@tlab.is.uec.ac.jp>
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/dot.login | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.login b/share/skel/dot.login index 9282e59..d59a727 100644 --- a/share/skel/dot.login +++ b/share/skel/dot.login @@ -7,7 +7,7 @@ # set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/bin $HOME/bin) -setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man" +#setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man" # Interviews settings #setenv CPU "FREEBSD" |