summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-06-13 06:15:24 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-06-13 06:15:24 +0000
commit2f0165fb46b45bfd4d3e8064ebd988773eb12f36 (patch)
tree40727afee3cd386634e511c27ea9200a3951a65e
parent91fdb014ed90496950b50dbb2772fb6ab6c8c192 (diff)
Remove duplicate description of FORK_TFORK
ok jmc@
-rw-r--r--share/man/man9/fork1.99
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