There is a new pull request by Aicaya against master on the void-packages repository https://github.com/Aicaya/void-packages libedit https://github.com/void-linux/void-packages/pull/47901 libedit: fix badly-generated man pages If nroff isn't detected by the build script, it will attempt to convert the mdoc macros into classic man macros. Unfortunately, this results in the syntax being broken to the point where the man pages are pretty much useless. Adding groff as a make dependency fixes this. #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc A patch file from https://github.com/void-linux/void-packages/pull/47901.patch is attached