Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#35370 - [man-db] man uses more instead of less as pager
Attached to Project:
Arch Linux
Opened by Matthias Dienstbier (fs4000) - Sunday, 19 May 2013, 22:02 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 20 May 2013, 08:40 GMT
Opened by Matthias Dienstbier (fs4000) - Sunday, 19 May 2013, 22:02 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 20 May 2013, 08:40 GMT
|
DetailsI guess "less" has to be added as a makedep since devtools don't install the whole base group anymore.
|
This task depends upon
Closed by Andreas Radke (AndyRTR)
Monday, 20 May 2013, 08:40 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.3-3
Monday, 20 May 2013, 08:40 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.3-3
Cannot reproduce.
This is about the testing version.
To reproduce unset the $PAGER env var, view any man page and try to scroll with cursor keys.
Edit: If you don't want the autodetection, add --with-pager=less to configure instead of the dependency.
Another thing to note is that man-db built with --with-pager=less won't work if less isn't installed.
The error is: "man: can't execute less: No such file or directory"
So 'less' needs to be changed to a hard dependency. (In which case it'd also be auto-detected during the build, so --with-pager can be omitted.)