There is a new pull request by RunningDroid against master on the void-packages repository https://github.com/RunningDroid/void-packages fix_preload_manpage https://github.com/void-linux/void-packages/pull/44038 preload: generate manpage when not cross If `help2man` isn't available at build time then the contents of man8/preload.8 are > help2man is required to generate this file. Apparently `makewhatis` has to run after the new file is installed so `man` knows to run the file through the formatter but I'd rather not add a post-install script. This also adds psmisc to checkdepends because the test script uses `( sleep 1; killall ./preload 2>/dev/null ) &` to ensure the test ends. #### Testing the changes - I tested the changes in this PR: **yes** A patch file from https://github.com/void-linux/void-packages/pull/44038.patch is attached