Soften the statement about select's timeout argument. This part of

the system likely won't change in the future, but the warning is a
good idea.
This commit is contained in:
Warner Losh 2000-09-04 03:32:30 +00:00
parent a24eff5315
commit 71300cb5db

View File

@ -186,10 +186,8 @@ reasons,
.Fn select
will always examine the first 256 descriptors.
.Sh BUGS
.Fn select
should probably return the time remaining from the original timeout,
if any, by modifying the time value in place.
This may be implemented in future versions of the system.
The Single Unix Specification allows systems to modify the original
timeout in place.
Thus, it is unwise to assume that the timeout value will be unmodified
by the
.Fn select