From: Ben Gras Date: Thu, 22 Jul 2010 08:26:49 +0000 (+0000) Subject: profile: don't set $MANPATH explicitly as it's already in man.conf. X-Git-Tag: v3.1.8~163 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e8e2f6f6b91f1c8cec4cfbfcdb7d09e4febc56b6;p=minix.git profile: don't set $MANPATH explicitly as it's already in man.conf. --- diff --git a/etc/profile b/etc/profile index 96ecc025e..0673126c4 100755 --- a/etc/profile +++ b/etc/profile @@ -3,4 +3,3 @@ export TZ=GMT0 if [ -f "$RC_TZ" ] then . "$RC_TZ" fi -export MANPATH=/usr/man:/usr/local/man:/usr/gnu/man:/usr/X11R6/man