diff --git a/man2/select_tut.2 b/man2/select_tut.2 index 7b1408de9..1ce161dc5 100644 --- a/man2/select_tut.2 +++ b/man2/select_tut.2 @@ -72,6 +72,7 @@ This behavior is essential so that signals can be processed in the main loop of the program, otherwise .BR select () would block indefinitely. +.PP Now, somewhere in the main loop will be a conditional to check the global flag. So we must ask: