Fix typo; Toby Peterson

This commit is contained in:
Todd C. Miller
2005-08-15 00:32:08 +00:00
parent f758302279
commit 2c3be532a0

View File

@@ -379,7 +379,7 @@ password. This flag is I<@insults@> by default.
If set, B<sudo> will only run when the user is logged in to a real If set, B<sudo> will only run when the user is logged in to a real
tty. This will disallow things like C<"rsh somehost sudo ls"> since tty. This will disallow things like C<"rsh somehost sudo ls"> since
L<rsh(1)> does not allocate a tty. Because it is not possible to turn L<rsh(1)> does not allocate a tty. Because it is not possible to turn
off echo when there is no tty present, some sites may with to set off echo when there is no tty present, some sites may wish to set
this flag to prevent a user from entering a visible password. This this flag to prevent a user from entering a visible password. This
flag is I<off> by default. flag is I<off> by default.