Created attachment 6451 [details] Patch that fixes this bug. Man incorrectly parses the DEFINE field with the pager key in the man.conf file. As I ran busybox without the less applet for /etc/man.conf file with defined pager as "less -R", and then man used the more program as pager instead the less program. My system have external less program. Example line with the DEFINE field in /etc/man.conf file: DEFINE pager less -R I attach a proposed patch that fixes this bug. Man uses correct pager instead the more program after applying this patch.
Fixed in git, thanks!