From 7d7641e34e1e19b5827eb3368bf26d6a8836cd6e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 9 Apr 2010 20:04:52 +0200 Subject: Updating Man function to work with lh as wrapper. --- functions/man.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/man.sh b/functions/man.sh index 1845af90c..c01cf1b5a 100755 --- a/functions/man.sh +++ b/functions/man.sh @@ -11,7 +11,7 @@ Man () { if [ -x "$(which man 2>/dev/null)" ] then - man $(basename ${0}) + man lh_$(basename ${0}) exit 0 fi } -- cgit v1.2.3