aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-10 18:31:21 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-10 21:05:11 +0100
commit02959ce250335b4147f30f8f84b930dce1178f5b (patch)
tree1d8cc2185cd5efaea2374a6b1845c4f2eeedfac7
parent4a866754d5282eed63ff025bcb6f61fe11f29511 (diff)
downloadman-pages-02959ce250335b4147f30f8f84b930dce1178f5b.tar.gz
select.2: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/select.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/select.2 b/man2/select.2
index ffd3ab05f0..4705dd3988 100644
--- a/man2/select.2
+++ b/man2/select.2
@@ -341,12 +341,12 @@ resource limit (see
.BR getrlimit (2)).
.TP
.B EINVAL
-the value contained within
+The value contained within
.I timeout
is invalid.
.TP
.B ENOMEM
-unable to allocate memory for internal tables.
+Unable to allocate memory for internal tables.
.SH VERSIONS
.BR pselect ()
was added to Linux in kernel 2.6.16.