diff options
author | imp <imp@FreeBSD.org> | 2007-12-19 03:33:13 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-12-19 03:33:13 +0000 |
commit | 7d62c26d32f26bb512e46641895d835b39402b0c (patch) | |
tree | 47da5ee48b63465d3effc1b288735c3fce71ad51 /lib/libc | |
parent | 762d86140545550cd12f12912195e8e43c4dc3b2 (diff) | |
download | FreeBSD-src-7d62c26d32f26bb512e46641895d835b39402b0c.zip FreeBSD-src-7d62c26d32f26bb512e46641895d835b39402b0c.tar.gz |
Add note about other systems.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 17fdbc4..2435e37 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -222,3 +222,6 @@ Thus, it is unwise to assume that the timeout value will be unmodified by the .Fn select system call. +.Fx +does not modify the return value, which can cause problems for applications +ported from other systems. |