@@ -4244,28 +4244,6 @@ Number of characters per line for the file log.
42444244This value is used to decide when to wrap lines for nicer log files.
42454245This has no effect on the syslog log file, only the file log.
42464246The default is @loglen@ (use 0 or negate the option to disable word wrap).
4247- .It passwd_timeout
4248- Number of minutes before the
4249- .Nm sudo
4250- password prompt times out, or 0 for no timeout.
4251- The timeout may include a fractional component
4252- if minute granularity is insufficient, for example 2.5.
4253- The default is @password_timeout@.
4254- .It timestamp_timeout
4255- Number of minutes that can elapse before
4256- .Nm sudo
4257- will ask for a password again.
4258- The timeout may include a fractional component if
4259- minute granularity is insufficient, for example 2.5.
4260- The default is @timeout@.
4261- Set this to 0 to always prompt for a password.
4262- If set to a value less than 0 the user's time stamp will not expire
4263- until the system is rebooted.
4264- This can be used to allow users to create or delete their own time stamps via
4265- .Ql sudo \- v
4266- and
4267- .Ql sudo \- k
4268- respectively.
42694247.It umask
42704248File mode creation mask to use when running the command.
42714249Negate this option or set it to 0777 to prevent
@@ -4308,6 +4286,32 @@ Defaults to 0600 (read and write by user only).
43084286This setting is only supported by version 1.8.19 or higher.
43094287.El
43104288.Pp
4289+ .Sy Decimals that can be used in a boolean context :
4290+ .Bl -tag -width 16n
4291+ .It passwd_timeout
4292+ Number of minutes before the
4293+ .Nm sudo
4294+ password prompt times out, or 0 for no timeout.
4295+ The timeout may include a fractional component
4296+ if minute granularity is insufficient, for example 2.5.
4297+ The default is @password_timeout@.
4298+ .It timestamp_timeout
4299+ Number of minutes that can elapse before
4300+ .Nm sudo
4301+ will ask for a password again.
4302+ The timeout may include a fractional component if
4303+ minute granularity is insufficient, for example 2.5.
4304+ The default is @timeout@.
4305+ Set this to 0 to always prompt for a password.
4306+ If set to a value less than 0 the user's time stamp will not expire
4307+ until the system is rebooted.
4308+ This can be used to allow users to create or delete their own time stamps via
4309+ .Ql sudo \- v
4310+ and
4311+ .Ql sudo \- k
4312+ respectively.
4313+ .El
4314+ .Pp
43114315.Sy Strings :
43124316.Bl -tag -width 16n
43134317.if \n( AA \{\
0 commit comments