summaryrefslogtreecommitdiff
path: root/functions/man.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-04-09 20:04:52 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:06 +0100
commit7d7641e34e1e19b5827eb3368bf26d6a8836cd6e (patch)
tree06497f562af86e3d1d0cb584ed823c99fefad9ab /functions/man.sh
parent117646f2bfdb90c2fef9f960c17d2487ec378d81 (diff)
downloadlive-build-7d7641e34e1e19b5827eb3368bf26d6a8836cd6e.zip
live-build-7d7641e34e1e19b5827eb3368bf26d6a8836cd6e.tar.gz
Updating Man function to work with lh as wrapper.
Diffstat (limited to 'functions/man.sh')
-rwxr-xr-xfunctions/man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/man.sh b/functions/man.sh
index 1845af9..c01cf1b 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
}