Your message dated Sun, 4 Jul 2010 22:36:07 +0200
with message-id <[email protected]>
and subject line Re: Bug#533857: vfork.2: exit(2) --> _exit(2)
has caused the Debian Bug report #533857,
regarding vfork.2: exit(2) --> _exit(2)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
533857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: manpages-dev
Version: 3.21-1
Severity: normal
Tags: patch
File: /usr/share/man/man2/vfork.2.gz
--- vfork.2.orig 2009-06-21 03:53:54.000000000 +0300
+++ vfork.2 2009-06-21 03:54:52.000000000 +0300
@@ -83,7 +83,7 @@
in that the parent is suspended until the child terminates
(either normally,
by calling
-.BR exit (2),
+.BR _exit (2),
or abnormally, after delivery of a fatal signal),
or it makes a call to
.BR execve (2).
Rational:
1. There is no exit(2), is there?
2. Other places in that manpage reffers to _exit(2).
--
[email protected]
SDF Public Access UNIX System - http://sdf.lonestar.org
--- End Message ---
--- Begin Message ---
Michael Kerrisk wrote:
> Thanks.Patch applied for upstream man-pages 3.22.
--
Life is a lot easier when you have someone to share it with. -- Sean Perry
Please always Cc to me when replying to me on the lists.
--- End Message ---