svn commit: r199255 - head/lib/libc/sys

Christian Brueffer brueffer at FreeBSD.org
Fri Nov 13 13:13:36 UTC 2009


Author: brueffer
Date: Fri Nov 13 13:13:35 2009
New Revision: 199255
URL: http://svn.freebsd.org/changeset/base/199255

Log:
  Improved the manpage description.  The committed wording
  was provided by jhb.
  
  PR:		140528
  Submitted by:	Chris Petrik <chris at officialunix.com>
  Discussed with:	remko, jhb and the submitter
  MFC after:	1 week

Modified:
  head/lib/libc/sys/vfork.2

Modified: head/lib/libc/sys/vfork.2
==============================================================================
--- head/lib/libc/sys/vfork.2	Fri Nov 13 13:08:34 2009	(r199254)
+++ head/lib/libc/sys/vfork.2	Fri Nov 13 13:13:35 2009	(r199255)
@@ -28,12 +28,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


More information about the svn-src-all mailing list