From: Todd C. Miller Date: Sun, 8 Oct 2000 16:25:58 +0000 (+0000) Subject: fix typos; pepper@reppep.com X-Git-Tag: SUDO_1_6_4~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ded7261fad4c2de2a51d8b6bc2840b0cf58c2f6b;p=sudo fix typos; pepper@reppep.com --- diff --git a/defaults.c b/defaults.c index 393884113..1727e2d78 100644 --- a/defaults.c +++ b/defaults.c @@ -177,7 +177,7 @@ struct sudo_defs_types sudo_defs_table[] = { "Allow some information gathering to give useful error messages" }, { "fqdn", T_FLAG, - "Require fully-qualified hsotnames in the sudoers file" + "Require fully-qualified hostnames in the sudoers file" }, { "insults", T_FLAG, "Insult the user when they enter an incorrect password" diff --git a/sudo.pod b/sudo.pod index 14c5fc1f3..f8d5a031c 100644 --- a/sudo.pod +++ b/sudo.pod @@ -108,7 +108,7 @@ The B<-h> (I) option causes B to print a usage message and exit. If given the B<-v> (I) option, B will update the user's timestamp, prompting for the user's password if necessary. -This extends the B timeout to for another C<@timeout@> minutes +This extends the B timeout for another C<@timeout@> minutes (or whatever the timeout is set to in I) but does not run a command. @@ -297,7 +297,7 @@ B utilizes the following environment variables: =head1 AUTHORS -Many people have worked on B over the years, this +Many people have worked on B over the years; this version consists of code written primarily by: Todd Miller