Index: global/build-manpage.sh ================================================================== --- global/build-manpage.sh +++ global/build-manpage.sh @@ -48,11 +48,11 @@ tail -n+2 $file | head -n$(expr $descline - 2) | cmark --smart -t man >>"$fmt" echo >>"$fmt" ".SH DESCRIPTION" -tail -n+$(expr $descline + $offset) "$file" | cmark --smart --normalize -t man >> "$fmt" +tail -n+$(expr $descline + $offset) "$file" | cmark --smart -t man >> "$fmt" test "$doc_html" = "yes" && { mkdir -p "$htmldest" groff -Thtml -Kutf8 -m man "$fmt" > "$html" test "$verbose" != "loud" ||