Update description of sudoedit_checkdir. Reported by Sander Bos.

This commit is contained in:
Todd C. Miller
2016-01-11 15:09:08 -07:00
parent c7c80913ef
commit 8ed9f6172a
2 changed files with 2 additions and 2 deletions

View File

@@ -388,7 +388,7 @@ struct sudo_defs_types sudo_defs_table[] = {
NULL, NULL,
}, { }, {
"sudoedit_checkdir", T_FLAG, "sudoedit_checkdir", T_FLAG,
N_("Check the parent directory for writability when editing files with sudoedit"), N_("Check parent directories for writability when editing files with sudoedit"),
NULL, NULL,
}, { }, {
"sudoedit_follow", T_FLAG, "sudoedit_follow", T_FLAG,

View File

@@ -288,7 +288,7 @@ use_netgroups
"Enable sudoers netgroup support" "Enable sudoers netgroup support"
sudoedit_checkdir sudoedit_checkdir
T_FLAG T_FLAG
"Check the parent directory for writability when editing files with sudoedit" "Check parent directories for writability when editing files with sudoedit"
sudoedit_follow sudoedit_follow
T_FLAG T_FLAG
"Follow symbolic links when editing files with sudoedit" "Follow symbolic links when editing files with sudoedit"