mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
(u)alarm.3: Improve readability of setitmer(2) restrictions
Add separators to make the maximum number of (micro)seconds in (u)alarm.3 more readable. Sponsored by: Klara, Inc. Obtained from: https://github.com/apple-oss-distributions/Libc Differential Revision: https://reviews.freebsd.org/D49712 Reviewed by: markj
This commit is contained in:
parent
af79566b93
commit
06b69937a8
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ Due to
|
|||
.Xr setitimer 2
|
||||
restriction the maximum number of
|
||||
.Fa seconds
|
||||
allowed is 100000000.
|
||||
allowed is 100,000,000.
|
||||
.Sh RETURN VALUES
|
||||
The return value of
|
||||
.Fn alarm
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ restriction the maximum number of
|
|||
.Fa microseconds
|
||||
and
|
||||
.Fa interval
|
||||
is limited to 100000000000000
|
||||
is limited to 100,000,000,000,000
|
||||
(in case this value fits in the unsigned integer).
|
||||
.Sh RETURN VALUES
|
||||
When the signal has successfully been caught,
|
||||
|
|
|
|||
Loading…
Reference in a new issue