There's a closed pull request on the void-packages repository libedit: fix badly-generated man pages https://github.com/void-linux/void-packages/pull/47901 Description: 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