]> git.ipfire.org Git - thirdparty/xz.git/commit
build-aux/manconv.sh: Fix US-ASCII and UTF-8 output.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 2 Aug 2023 12:19:43 +0000 (15:19 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 2 Aug 2023 12:20:31 +0000 (15:20 +0300)
commit6a1093c0004c42eeaef312456c295671496dd67a
tree4fe8286b305af3ee9c9785a6480cec857922ffe8
parentf6f9f5651a7e2d89f588981533155ab850e063f7
build-aux/manconv.sh: Fix US-ASCII and UTF-8 output.

groff defaults to SGR escapes. Using -P-c passes -c to grotty
which restores the old behavior. Perhaps there is a better way to
get pure plain text output but this works for now.
build-aux/manconv.sh