X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=blobdiff_plain;f=usr_bin%2Fqma;h=a8eee6ad3b9e74958a58cd3fe5473464dc661c45;hp=1a4c573630c3e220a8a0643764b0617c778ce69a;hb=HEAD;hpb=09fb79b55d0faa2866639eec98881ea896144e85 diff --git a/usr_bin/qma b/usr_bin/qma index 1a4c573..a8eee6a 100755 --- a/usr_bin/qma +++ b/usr_bin/qma @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop , Matthias Kopfermann # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Sam Dez 16 17:24:05 CET 2006 [maddi] ################################################################################ . /etc/grml/lsb-functions @@ -56,7 +55,7 @@ QUICKMAN="${MANDIR}/${MANPAGE}${SECTIONFILE}.txt.lzo" if ! [ -f "$QUICKMAN" ] ; then einfo "Writing manpage to $QUICKMAN" if man $SECTION $MANPAGE 1>/dev/null ; then - man $SECTION $MANPAGE | lzop -U >$QUICKMAN ; eend $? + man $SECTION $MANPAGE | col -b | lzop -U >$QUICKMAN ; eend $? einfo "Compressing manpage with lzop" eend $? else @@ -91,9 +90,9 @@ vimconfig=' "the expectation of getting the next search via 'n' can not be ignored" nn -n :set invnumber nn h :set invhlsearch - "Make toggling case-sensitive accessable via the letter i" + "Make toggling case-sensitive accessible via the letter i" nn i :set invignorecase - "Make toggling case-sensitive accessable via the less convention via -i" + "Make toggling case-sensitive accessible via the less convention via -i" nn -i :set invignorecase nn nn