diff options
author | 2012-04-12 14:25:57 +0000 | |
---|---|---|
committer | 2012-04-12 14:25:57 +0000 | |
commit | 933c873ab8da69c86b170dbd6e62d46e62f09335 (patch) | |
tree | 50e9e6aa9fe7b7e44904984da45520a09ccaf2ae /share/man | |
parent | rfork RIP (diff) | |
download | wireguard-openbsd-933c873ab8da69c86b170dbd6e62d46e62f09335.tar.xz wireguard-openbsd-933c873ab8da69c86b170dbd6e62d46e62f09335.zip |
more rfork mop-up
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/fork1.9 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9 index 3cd79b87def..37d98914ec8 100644 --- a/share/man/man9/fork1.9 +++ b/share/man/man9/fork1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork1.9,v 1.16 2011/11/16 10:05:45 jmc Exp $ +.\" $OpenBSD: fork1.9,v 1.17 2012/04/12 14:25:57 deraadt 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: November 16 2011 $ +.Dd $Mdocdate: April 12 2012 $ .Dt FORK1 9 .Os .Sh NAME @@ -57,7 +57,7 @@ creates a new process out of which should be the current process. This function is used primarily to implement the .Xr fork 2 , -.Xr rfork 2 , +.Xr __tfork 2 , .Xr vfork 2 system calls, as well as the .Xr kthread_create 9 @@ -78,9 +78,9 @@ The call is done by the .Xr vfork 2 system call. Used only for statistics. -.It Dv FORK_RFORK +.It Dv FORK_TFORK The call is done by the -.Xr rfork 2 +.Xr __tfork 2 system call. Used only for statistics. .It Dv FORK_TFORK @@ -199,7 +199,7 @@ user id would be exceeded. .Sh SEE ALSO .Xr execve 2 , .Xr fork 2 , -.Xr rfork 2 , +.Xr __tfork 2 , .Xr vfork 2 , .Xr kthread_create 9 , .Xr pfind 9 , |