summaryrefslogtreecommitdiff
path: root/functions/man.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-11-23 10:36:48 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:20:36 +0100
commit813f5227ab37641926ef1669ad185376abc904de (patch)
tree9d9718c7f3a43061cc8f1e1b1073baf13eab0a50 /functions/man.sh
parentb5c39f47ce2afe334fc7e787b651e66670d3d2ea (diff)
downloadvyos-live-build-813f5227ab37641926ef1669ad185376abc904de.tar.gz
vyos-live-build-813f5227ab37641926ef1669ad185376abc904de.zip
Replacing last occurences of lh with lb.
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 672ed7bc3..c039a39ef 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -12,7 +12,7 @@ Man ()
{
if [ -x "$(which man 2>/dev/null)" ]
then
- man lh_$(basename ${0})
+ man lb_$(basename ${0})
exit 0
fi
}