* [PATCH 1/2] eventfd.2: fix a typo @ 2010-08-20 12:30 Alexander Shishkin [not found] ` <1282307443-28511-1-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Alexander Shishkin @ 2010-08-20 12:30 UTC (permalink / raw) To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Alexander Shishkin Signed-off-by: Alexander Shishkin <virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> --- man2/eventfd.2 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 88ca50d..2071e48 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -44,7 +44,7 @@ to change the behaviour of .B EFD_NONBLOCK Set the .BR O_NONBLOCK -file status flag on the new open file description. +file status flag on the new open file descriptor. Using this flag saves extra calls to .BR fcntl (2) to achieve the same result. -- 1.7.2.1.45.gb66c2 -- 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: <1282307443-28511-1-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org>]
* [PATCH 2/2] eventfd.2: correction on preserving across execve(2) [not found] ` <1282307443-28511-1-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> @ 2010-08-20 12:30 ` Alexander Shishkin [not found] ` <1282307443-28511-2-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Alexander Shishkin @ 2010-08-20 12:30 UTC (permalink / raw) To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Alexander Shishkin Signed-off-by: Alexander Shishkin <virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> --- man2/eventfd.2 | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 2071e48..1b4f752 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -186,7 +186,10 @@ eventfd object. File descriptors created by .BR eventfd () are preserved across -.BR execve (2). +.BR execve (2) +unless +.BR EFD_CLOEXEC +flag has been used. .SH "RETURN VALUE" On success, .BR eventfd () -- 1.7.2.1.45.gb66c2 -- 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: <1282307443-28511-2-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org>]
* Re: [PATCH 2/2] eventfd.2: correction on preserving across execve(2) [not found] ` <1282307443-28511-2-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> @ 2010-08-29 5:35 ` Michael Kerrisk 0 siblings, 0 replies; 3+ messages in thread From: Michael Kerrisk @ 2010-08-29 5:35 UTC (permalink / raw) To: Alexander Shishkin; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA Hello Alexander, On Fri, Aug 20, 2010 at 2:30 PM, Alexander Shishkin <virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> wrote: > Signed-off-by: Alexander Shishkin <virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> > --- > man2/eventfd.2 | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/man2/eventfd.2 b/man2/eventfd.2 > index 2071e48..1b4f752 100644 > --- a/man2/eventfd.2 > +++ b/man2/eventfd.2 > @@ -186,7 +186,10 @@ eventfd object. > File descriptors created by > .BR eventfd () > are preserved across > -.BR execve (2). > +.BR execve (2) > +unless > +.BR EFD_CLOEXEC I applied the patch, but used the words "the close-on-exec" here. > +flag has been used. And I changed "used" to "set". Changes applied for man-pages 3.26. Thanks, Michael > .SH "RETURN VALUE" > On success, > .BR eventfd () > -- > 1.7.2.1.45.gb66c2 > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface" http://blog.man7.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 [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-29 5:35 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-08-20 12:30 [PATCH 1/2] eventfd.2: fix a typo Alexander Shishkin [not found] ` <1282307443-28511-1-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> 2010-08-20 12:30 ` [PATCH 2/2] eventfd.2: correction on preserving across execve(2) Alexander Shishkin [not found] ` <1282307443-28511-2-git-send-email-virtuoso-0lOfPCoBze7YtjvyW6yDsg@public.gmane.org> 2010-08-29 5:35 ` Michael Kerrisk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).