summaryrefslogtreecommitdiff
path: root/man2/select_tut.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/select_tut.2')
-rw-r--r--man2/select_tut.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/select_tut.2 b/man2/select_tut.2
index cf5319aa..5237fd3b 100644
--- a/man2/select_tut.2
+++ b/man2/select_tut.2
@@ -317,7 +317,7 @@ The point of
is that it watches
multiple descriptors at the same time and properly puts the process to
sleep if there is no activity.
-Unix programmers often find
+UNIX programmers often find
themselves in a position where they have to handle I/O from more than one
file descriptor where the data flow may be intermittent.
If you were to merely create a sequence of
@@ -479,7 +479,7 @@ follows:
select(0, NULL, NULL, NULL, &tv);
.fi
.PP
-This is only guaranteed to work on Unix systems, however.
+This is only guaranteed to work on UNIX systems, however.
.SH RETURN VALUE
On success,
.BR select ()