diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-23 10:36:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:29 +0100 |
commit | 1459914e2f8675d2ebec4875cb702a097f6887fe (patch) | |
tree | 4de2dd37d6e9261c3e113dbaa31b7588200e55b8 /functions/man.sh | |
parent | c93b59ea89adf03475f6ae750d646a54fb94e58b (diff) | |
download | vyos-live-build-1459914e2f8675d2ebec4875cb702a097f6887fe.tar.gz vyos-live-build-1459914e2f8675d2ebec4875cb702a097f6887fe.zip |
Replacing last occurences of lh with lb.
Diffstat (limited to 'functions/man.sh')
-rwxr-xr-x | functions/man.sh | 2 |
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 } |