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