diff options
Diffstat (limited to 'man2/select_tut.2')
| -rw-r--r-- | man2/select_tut.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/select_tut.2 b/man2/select_tut.2 index 7e4f41d7ea..fd97446cda 100644 --- a/man2/select_tut.2 +++ b/man2/select_tut.2 @@ -670,7 +670,8 @@ main(int argc, char *argv[]) if (fd1 > 0 && buf1_avail < BUF_SIZE) FD_SET(fd1, &readfds); - /* Note: nfds is updated below, when fd1 is added to exceptfds. */ + /* Note: nfds is updated below, when fd1 is added to + exceptfds. */ if (fd2 > 0 && buf2_avail < BUF_SIZE) FD_SET(fd2, &readfds); |
