diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 44b14a3..16e6be2 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -186,8 +186,8 @@ reasons, .Fn select will always examine the first 256 descriptors. .Sh BUGS -The Single Unix Specification allows systems to modify the original -timeout in place. +.St -susv2 +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 |