diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:58:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-30 06:58:07 +0000 |
commit | bba6d49a637839f8675a495313848250fdbb2c91 (patch) | |
tree | dd6e80d3a2f41034514872b2834e75ee9d7d6b37 /share/man/man9 | |
parent | 22c99bcd0d1aacbc678f4a711ffe6a55178e6c28 (diff) |
some Xr adjustment to catch up with MLINKS removal;
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/fork1.9 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9 index 49f2638b2a3..c872434e5ac 100644 --- a/share/man/man9/fork1.9 +++ b/share/man/man9/fork1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork1.9,v 1.26 2015/09/14 15:14:55 schwarze Exp $ +.\" $OpenBSD: fork1.9,v 1.27 2016/03/30 06:58:06 jmc 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: September 14 2015 $ +.Dd $Mdocdate: March 30 2016 $ .Dt FORK1 9 .Os .Sh NAME @@ -56,7 +56,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 __tfork 2 , +.Xr __tfork 3 , .Xr vfork 2 system calls, as well as the .Xr kthread_create 9 @@ -79,7 +79,7 @@ system call. Used only for statistics. .It Dv FORK_TFORK The call is done by the -.Xr __tfork 2 +.Xr __tfork 3 system call. Used only for statistics. .It Dv FORK_PPWAIT @@ -187,10 +187,10 @@ on the total number of processes under execution by this user id would be exceeded. .El .Sh SEE ALSO -.Xr __tfork 2 , .Xr execve 2 , .Xr fork 2 , .Xr vfork 2 , +.Xr __tfork 3 , .Xr kthread_create 9 , .Xr pfind 9 , .Xr psignal 9 |