mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Clarify that we don't offer hard realtime.
Split timeval options into 3 paragraphs, it's easier on my eyes.
This commit is contained in:
parent
7b5036eb77
commit
621d130fd8
1 changed files with 8 additions and 3 deletions
|
|
@ -104,10 +104,15 @@ to the maximum number of descriptors supported by the system.
|
|||
.Pp
|
||||
If
|
||||
.Fa timeout
|
||||
is a non-nil pointer, it specifies a maximum interval to wait for the
|
||||
selection to complete. If
|
||||
is a non-nil pointer, it specifies the maximum interval to wait for the
|
||||
selection to complete. System activity can lengthen the interval by
|
||||
an indeterminate amount.
|
||||
.Pp
|
||||
If
|
||||
.Fa timeout
|
||||
is a nil pointer, the select blocks indefinitely. To effect a poll, the
|
||||
is a nil pointer, the select blocks indefinitely.
|
||||
.Pp
|
||||
To effect a poll, the
|
||||
.Fa timeout
|
||||
argument should be non-nil, pointing to a zero-valued timeval structure.
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue