diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/fork1.9 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9 index ba6809e7156..b6bc41b989e 100644 --- a/share/man/man9/fork1.9 +++ b/share/man/man9/fork1.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork1.9,v 1.18 2012/04/12 19:13:44 jmc Exp $ +.\" $OpenBSD: fork1.9,v 1.19 2012/06/13 06:15:23 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: April 12 2012 $ +.Dd $Mdocdate: June 13 2012 $ .Dt FORK1 9 .Os .Sh NAME @@ -83,11 +83,6 @@ The call is done by the .Xr __tfork 2 system call. Used only for statistics. -.It Dv FORK_TFORK -The call is done by the -.Fn __tfork -system call. -Used only for statistics. .It Dv FORK_PPWAIT Suspend the parent process until the child is terminated (by calling .Xr _exit 2 |