From: Todd C. Miller Date: Thu, 10 Jun 2010 21:38:56 +0000 (-0400) Subject: Make this read a little bit better when passwd_timeout is 0. X-Git-Tag: SUDO_1_8_0~486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f67ac02af54ae00c4e68207ffb9f0e6fa27165ee;p=sudo Make this read a little bit better when passwd_timeout is 0. --- diff --git a/doc/sudoers.pod b/doc/sudoers.pod index ade7191d4..109084a71 100644 --- a/doc/sudoers.pod +++ b/doc/sudoers.pod @@ -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 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 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