sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.2k stars 224 forks source link

Fix version typo for pam_silent option in sudoers man page #406

Closed Ferdi265 closed 2 months ago

Ferdi265 commented 2 months ago

The sudoers(5) man page entry for the pam_silent Defaults option incorrectly says that "This settings is only supported by version 1.8.16 or higher." (emphasis mine). This is incorrect, since the setting was added in 1.9.16.

This PR fixes this simple typo.