diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-14 07:57:58 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-08-14 07:57:58 +0000 |
| commit | 3ece8e2b27d4023694c7bfa3a5ba43071c6afaac (patch) | |
| tree | 85d341121fd82977fd441a0318ff384ec3195245 /lib/libc/sys/getitimer.2 | |
| parent | 26bb051a7b43e1b4991390258fc818c2c5f007d4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/getitimer.2')
| -rw-r--r-- | lib/libc/sys/getitimer.2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index c210248298a7..23877a622af5 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -124,6 +124,14 @@ signal is delivered. Because this signal may interrupt in-progress system calls, programs using this timer must be prepared to restart interrupted system calls. +.Pp +The maximum number of seconds allowed for +.Fa it_interval +and +.Fa it_value +in +.Fn setitimer +is 100000000. .Sh NOTES Three macros for manipulating time values are defined in .Ao Pa sys/time.h Ac . |
