From f67ac02af54ae00c4e68207ffb9f0e6fa27165ee Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 10 Jun 2010 17:38:56 -0400 Subject: [PATCH] Make this read a little bit better when passwd_timeout is 0. --- doc/sudoers.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.40.0