]> granicus.if.org Git - sudo/commitdiff
Make this read a little bit better when passwd_timeout is 0.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Jun 2010 21:38:56 +0000 (17:38 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Jun 2010 21:38:56 +0000 (17:38 -0400)
doc/sudoers.pod

index ade7191d4ac4406fc82d674d1cc782e8af3c169a..109084a71b511e2db576f09d28ebe408ff5128a7 100644 (file)
@@ -966,10 +966,10 @@ C<@loglen@> (use 0 or negate the option to disable word wrap).
 
 =item passwd_timeout
 
-Number of minutes before the B<sudo> password prompt times out.
-The timeout may include a fractional component if minute granularity
-is insufficient, for example C<2.5>.  The default is C<@password_timeout@>;
-set this to C<0> for no password timeout.
+Number of minutes before the B<sudo> password prompt times out, or
+C<0> for no timeout.  The timeout may include a fractional component
+if minute granularity is insufficient, for example C<2.5>.  The
+default is C<@password_timeout@>.
 
 =item timestamp_timeout