summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-04-27 13:00:04 -0400
committerDan McDonald <danmcd@joyent.com>2022-04-27 13:00:04 -0400
commit60b683a8bb9e884b36ef168c2083dac44c6e0ce9 (patch)
tree662dadb1f60d767990efa2f563023dc942d0cfe2 /usr
parent03c3903fbeb5f78f5d8fc6368cde5646238cd49c (diff)
parent19141168d83c6b9692f40a6885b0c7258161ec6b (diff)
downloadillumos-joyent-60b683a8bb9e884b36ef168c2083dac44c6e0ce9.tar.gz
[illumos-gate merge]
commit 19141168d83c6b9692f40a6885b0c7258161ec6b 14651 select.3c error return value is wrong
Diffstat (limited to 'usr')
-rw-r--r--usr/src/man/man3c/select.3c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/select.3c b/usr/src/man/man3c/select.3c
index 976f728b9d..59fa00c48c 100644
--- a/usr/src/man/man3c/select.3c
+++ b/usr/src/man/man3c/select.3c
@@ -441,7 +441,7 @@ and
return the total
number of bits set in the bit masks.
Otherwise,
-.Sy 1
+.Sy -1
is returned and
.Dv errno
is set to indicate the error.