From owner-svn-src-stable@FreeBSD.ORG Fri Nov 20 07:05:38 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C75DB106566B; Fri, 20 Nov 2009 07:05:38 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B5D698FC1B; Fri, 20 Nov 2009 07:05:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nAK75cS3032474; Fri, 20 Nov 2009 07:05:38 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAK75cPM032472; Fri, 20 Nov 2009 07:05:38 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200911200705.nAK75cPM032472@svn.freebsd.org> From: Christian Brueffer Date: Fri, 20 Nov 2009 07:05:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org X-SVN-Group: stable-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199570 - stable/6/lib/libc/sys X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 07:05:38 -0000 Author: brueffer Date: Fri Nov 20 07:05:38 2009 New Revision: 199570 URL: http://svn.freebsd.org/changeset/base/199570 Log: MFC: r199255, r199257 Improved the manpage description. The committed wording was provided by jhb. Remove a note about vfork(4) going to be eliminated, it's here to stay. Modified: stable/6/lib/libc/sys/vfork.2 Directory Properties: stable/6/lib/libc/ (props changed) Modified: stable/6/lib/libc/sys/vfork.2 ============================================================================== --- stable/6/lib/libc/sys/vfork.2 Fri Nov 20 07:00:40 2009 (r199569) +++ stable/6/lib/libc/sys/vfork.2 Fri Nov 20 07:05:38 2009 (r199570) @@ -32,12 +32,12 @@ .\" @(#)vfork.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd November 13, 2009 .Dt VFORK 2 .Os .Sh NAME .Nm vfork -.Nd spawn new process in a virtual memory efficient way +.Nd create a new process without copying the address space .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -117,14 +117,6 @@ The system call appeared in .Bx 2.9 . .Sh BUGS -This system call will be eliminated when proper system sharing -mechanisms are implemented. -Users should not depend on the memory -sharing semantics of -.Fn vfork -as it will, in that case, be made synonymous to -.Xr fork 2 . -.Pp To avoid a possible deadlock situation, processes that are children in the middle of a