* restart_syscall.2: remove section number
@ 2015-01-26 16:21 Akihiro Motoki
[not found] ` <CALhU9t=kM7Z7uO==e6vQ8eZJx1Vq9Gx+T1idTx8k80qMk0whrQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Akihiro Motoki @ 2015-01-26 16:21 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
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
--
Akihiro Motoki <amotoki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <CALhU9t=kM7Z7uO==e6vQ8eZJx1Vq9Gx+T1idTx8k80qMk0whrQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: restart_syscall.2: remove section number [not found] ` <CALhU9t=kM7Z7uO==e6vQ8eZJx1Vq9Gx+T1idTx8k80qMk0whrQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2015-02-17 8:43 ` Mike Frysinger 2015-02-21 7:56 ` Michael Kerrisk (man-pages) 0 siblings, 1 reply; 3+ messages in thread From: Mike Frysinger @ 2015-02-17 8:43 UTC (permalink / raw) To: Akihiro Motoki; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [-- Attachment #1: Type: text/plain, Size: 1006 bytes --] 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) -mike [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: restart_syscall.2: remove section number 2015-02-17 8:43 ` Mike Frysinger @ 2015-02-21 7:56 ` Michael Kerrisk (man-pages) 0 siblings, 0 replies; 3+ messages in thread From: Michael Kerrisk (man-pages) @ 2015-02-21 7:56 UTC (permalink / raw) To: Akihiro Motoki, linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-21 7:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 16:21 restart_syscall.2: remove section number Akihiro Motoki
[not found] ` <CALhU9t=kM7Z7uO==e6vQ8eZJx1Vq9Gx+T1idTx8k80qMk0whrQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-02-17 8:43 ` Mike Frysinger
2015-02-21 7:56 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox