NULL,
}, {
"visiblepw", T_FLAG,
- N_("Allow sudo to prompt for a password even if it would be visisble"),
+ N_("Allow sudo to prompt for a password even if it would be visible"),
NULL,
}, {
"pwfeedback", T_FLAG,
"Locale to use while parsing sudoers: %s"
visiblepw
T_FLAG
- "Allow sudo to prompt for a password even if it would be visisble"
+ "Allow sudo to prompt for a password even if it would be visible"
pwfeedback
T_FLAG
"Provide visual feedback at the password prompt when there is user input"
sigemptyset(&sa.sa_mask);
/*
- * Signals for forward to the child process (excluding SIGALRM and SIGCHLD).
+ * Signals to forward to the child process (excluding SIGALRM and SIGCHLD).
* Note: HP-UX select() will not be interrupted if SA_RESTART set.
*/
sa.sa_flags = SA_INTERRUPT; /* do not restart syscalls */