mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Explicitly point that it_value == 0 disables timer regardles of
it_interval value. It is backward-compatible with previous usage and SunOS-compatible now.
This commit is contained in:
parent
cd9f713d45
commit
422ff09040
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@ is non-zero, it specifies a value to be used in reloading
|
|||
when the timer expires.
|
||||
Setting
|
||||
.Fa it_value
|
||||
to 0 disables a timer. Setting
|
||||
to 0 disables a timer, regardless of the value of
|
||||
.Fa it_interval .
|
||||
Setting
|
||||
.Fa it_interval
|
||||
to 0 causes a timer to be disabled after its next expiration (assuming
|
||||
.Fa it_value
|
||||
|
|
|
|||
Loading…
Reference in a new issue