On 02/17/2015 09:43 AM, Mike Frysinger wrote: > On 27 Jan 2015 01:21, Akihiro Motoki wrote: >> diff --git a/man2/restart_syscall.2 b/original/man2/restart_syscall.2 >> index a71b618..33081b7 100644 >> --- a/man2/restart_syscall.2 >> +++ b/man2/restart_syscall.2 >> @@ -115,7 +115,7 @@ In the case of system calls that take a timeout argument and >> automatically restart after a stop signal plus >> .BR SIGCONT , >> but which do not have the >> -.BR restart_syscall (2) >> +.BR restart_syscall () >> mechanism built in, then, after the process resumes execution, >> the time that the process spent in the stop state is >> .I not >> @@ -127,7 +127,7 @@ and >> .BR pselect (2). >> >> From user space, the operation of >> -.BR restart_syscall (2) >> +.BR restart_syscall () >> is largely invisible: >> to the process that made the system call that is restarted, >> it appears as though that system call executed and > > lgtm > > (posting mostly because your e-mail was flagged as spam by gmail, so want to > make sure Michael sees it too) Indeed, both my gmail and Thunderbird marked this as spam. Thanks, Mike. Patch applied; thanks, Akihiro. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html