diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-04 15:38:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-04 15:38:58 +0000 |
| commit | f741619cb23f86d87322fae6d928c8239b0e79ae (patch) | |
| tree | b55edc5d7472ea1c341b14b44a9165d91e9a7bb9 /lib/libc | |
| parent | 329474c7de2dc5c5140afca27c8dfb572a85f833 (diff) | |
Notes
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 44b14a35eb3f..16e6be2111e0 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 |
