Release new version 2.13.0
[grml-scripts.git] / usr_bin / qma
index 1a4c573..a8eee6a 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>, Matthias Kopfermann <maddi@grml.org>
 # 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 <ESC> :set invnumber<cr>
          nn h :set invhlsearch<cr>
-        "Make toggling case-sensitive accessable via the letter i"
+        "Make toggling case-sensitive accessible via the letter i"
          nn i :set invignorecase<cr>
-        "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<cr>
          nn <space> <C-f>
          nn <backspace> <C-b>