From 910d6c8255860a934e0bc3acfed90acda78c3024 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 3 Apr 2006 14:26:53 +0000 Subject: [PATCH] Added a default $MANPATH --- etc/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile b/etc/profile index 0673126c4..96ecc025e 100755 --- a/etc/profile +++ b/etc/profile @@ -3,3 +3,4 @@ export TZ=GMT0 if [ -f "$RC_TZ" ] then . "$RC_TZ" fi +export MANPATH=/usr/man:/usr/local/man:/usr/gnu/man:/usr/X11R6/man -- 2.44.0