select_tut.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-18 11:21:57 +01:00
parent a1f163d6c0
commit 4551a1b1d1
1 changed files with 3 additions and 1 deletions

View File

@ -540,7 +540,9 @@ main(int argc, char *argv[])
printf("connect from %s\en",
inet_ntoa(client_addr.sin_addr));
/* Skip any events on the old, closed file descriptors. */
/* Skip any events on the old, closed file
descriptors. */
continue;
}
}