OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man2 / select_tut.2
index 7e5f3cf..1ca5d78 100644 (file)
@@ -384,7 +384,7 @@ If they do read/write the full amount, it's
 because you have a low traffic load and a fast stream.
 This is not always going to be the case.
 You should cope with the case of your
-functions only managing to send or receive a single byte.
+functions managing to send or receive only a single byte.
 .TP
 6.
 Never read/write only in single bytes at a time unless you are really
@@ -481,7 +481,7 @@ follows:
     select(0, NULL, NULL, NULL, &tv);
 .fi
 .PP
-This is only guaranteed to work on UNIX systems, however.
+This is guaranteed to work only on UNIX systems, however.
 .SH RETURN VALUE
 On success,
 .BR select ()