Bugzilla – Bug 861
1.8.26 generates incomplete sudo(8)
Last modified: 2019-01-12 10:04:20 MST
On Linux, the last line in sudo(8) is: "If no askpass program is available, sudo will exit with an error." This seems to be caused by the switch to BSD macros. [1] My guess is that fixmdoc.sh needs to be adjusted accordingly. This also seems like a typo in [1]: -BSD login class +.Bx No login class [1] https://www.sudo.ws/repos/sudo/rev/7f23209a5e1c
Thanks for reporting this. I've committed the following fix: https://www.sudo.ws/repos/sudo/rev/7ddfb74781a1
Cheers for the quick fix. The man pages look fine to me on Linux now.
*** Bug 866 has been marked as a duplicate of this bug. ***
Fixed in sudo 1.8.27, out now. The sudo manuals now use conditional troff macros rather than extensive post-processing.