--- doc.orig.sh 2018-10-03 18:01:31.181506022 +0300 +++ doc.sh 2018-10-12 18:30:42.422710886 +0300 @@ -64,7 +64,7 @@ fi ;; msxls) - if xlHtml >/dev/null 2>&1; then + if xlhtml >/dev/null 2>&1; then tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XXXXXX` xlhtml -a "${MC_EXT_FILENAME}" > "$tmp/page.html" elinks -dump "$tmp/page.html"