summaryrefslogtreecommitdiff
path: root/functions/man.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/man.sh')
-rwxr-xr-xfunctions/man.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/man.sh b/functions/man.sh
index 1551ab266..672ed7bc3 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
-## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org>
+## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
##
## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@@ -12,7 +12,7 @@ Man ()
{
if [ -x "$(which man 2>/dev/null)" ]
then
- man $(basename ${0})
+ man lh_$(basename ${0})
exit 0
fi
}