diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-04 03:32:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-04 03:32:30 +0000 |
| commit | 71300cb5db71e203eb87206bffb3b15c6419ea44 (patch) | |
| tree | 8b94ceacfcb46d30615b5c896bc48fb149f1a6a5 /lib/libc/sys/select.2 | |
| parent | a24eff5315dee02bf9c0e8378ffdaa84df888bfa (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/select.2')
| -rw-r--r-- | lib/libc/sys/select.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 70d679b607d4..44b14a35eb3f 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -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 |
