| Summary: | [PATCH] fix typo in vfork.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Chris Petrik <chris> | ||||
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Chris Petrik
2009-11-13 12:20:00 UTC
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@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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->patched As discussed on IRC, an alternative wording suggested by jhb has been committed. Thanks! Responsible Changed From-To: freebsd-bugs->brueffer MFC reminder. State Changed From-To: patched->closed MFCs done. |