summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-06-29 17:54:13 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-06-29 17:54:13 +0000
commit1109d4a12f833babf94ba9864b897f43f8f0ad6d (patch)
treeda252c28e720bc334f32ff765099686a6a616fc7
parent5cc52556d450b53a3b903e631ce6b9e97513a31b (diff)
RTHREADS kernel options is gone, spotted by jmc
-rw-r--r--share/man/man9/fork1.96
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9
index c81efc89fa0..f82b02d94c8 100644
--- a/share/man/man9/fork1.9
+++ b/share/man/man9/fork1.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fork1.9,v 1.13 2010/04/03 01:49:44 guenther Exp $
+.\" $OpenBSD: fork1.9,v 1.14 2010/06/29 17:54:12 tedu 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 3 2010 $
+.Dd $Mdocdate: June 29 2010 $
.Dt FORK1 9
.Os
.Sh NAME
@@ -123,8 +123,6 @@ as the parent.
and
.Dv FORK_SIGHAND
must also be set.
-If the kernel option RTHREADS isn't enabled then the call will return
-.Dv ENOTSUP .
.El
.Pp
If