Fix the description of noexec.

This commit is contained in:
Todd C. Miller
2012-02-21 05:15:48 -05:00
parent f6fdc909b4
commit 6fb0090db9
2 changed files with 2 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ struct sudo_defs_types sudo_defs_table[] = {
def_data_verifypw,
}, {
"noexec", T_FLAG,
N_("Preload the dummy exec functions contained in \"_PATH_SUDO_NOEXEC"),
N_("Preload the dummy exec functions contained in the sudo_noexec library"),
NULL,
}, {
"ignore_local_sudoers", T_FLAG,