diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/getitimer.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index 23877a622af5..171bc42a5711 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -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 |
