diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-02-12 05:49:37 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-02-12 05:49:37 +0000 |
commit | 4217fb0f636a842fc15895ec533d04786f891663 (patch) | |
tree | 87d6a34474080f22b9528c43f4b3ce9bdae895da /share/man/man9 | |
parent | 8e02fc9161ef21267ca41f6abc206ce369dd4f65 (diff) |
fork1's exitsig argument just vanished (mwuhahahaha)
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/fork1.9 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9 index 6253479b965..810136661c7 100644 --- a/share/man/man9/fork1.9 +++ b/share/man/man9/fork1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork1.9,v 1.22 2014/01/20 07:57:55 guenther Exp $ +.\" $OpenBSD: fork1.9,v 1.23 2014/02/12 05:49:36 guenther Exp $ .\" $NetBSD: fork1.9,v 1.3 1999/03/16 00:40:47 garbled Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: February 12 2014 $ .Dt FORK1 9 .Os .Sh NAME @@ -41,7 +41,6 @@ .Ft int .Fo "fork1" .Fa "struct proc *p1" -.Fa "int exitsig" .Fa "int flags" .Fa "void *stack" .Fa "pid_t *tidptr" @@ -157,12 +156,6 @@ In the parent process, this will contain the value 0. In the child process, this will contain 1. .El .Pp -The signal -.Fa exitsig -is sent to the parent -.Fa p1 -on exit of the new process. -.Pp If .Fa func is not |