From nobody@FreeBSD.org  Fri Nov 13 12:11:47 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 942381065695
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Nov 2009 12:11:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 81EFA8FC3F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Nov 2009 12:11:47 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nADCBlDu097641
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Nov 2009 12:11:47 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nADCBlIe097640;
	Fri, 13 Nov 2009 12:11:47 GMT
	(envelope-from nobody)
Message-Id: <200911131211.nADCBlIe097640@www.freebsd.org>
Date: Fri, 13 Nov 2009 12:11:47 GMT
From: Chris Petrik <chris@officialunix.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] fix typo in vfork.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140528
>Category:       docs
>Synopsis:       [PATCH] fix typo in vfork.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 13 12:20:00 UTC 2009
>Closed-Date:    Fri Nov 20 08:06:24 CET 2009
>Last-Modified:  Fri Nov 20 08:06:24 CET 2009
>Originator:     Chris Petrik
>Release:        FreeBSD 8.0 RC3
>Organization:
Officialunix
>Environment:
FreeBSD8
>Description:
vfork.2 (src/lib/libc/sys/)

Fix typo in first line
vfork -- spawn new process in a virtual memory efficient way
should be:
vfork -- spawn new process in virtual memory in a efficient way


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: lib/libc/sys/vfork.2
===================================================================
RCS file: /usr/ncvs/src/lib/libc/sys/vfork.2,v
retrieving revision 1.27
diff -u -r1.27 vfork.2
--- lib/libc/sys/vfork.2	9 Jan 2007 00:28:16 -0000	1.27
+++ lib/libc/sys/vfork.2	13 Nov 2009 12:00:02 -0000
@@ -33,7 +33,7 @@
 .Os
 .Sh NAME
 .Nm vfork
-.Nd spawn new process in a virtual memory efficient way
+.Nd spawn new process in virtual memory in a efficient way
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Fri Nov 13 14:13:53 CET 2009 
State-Changed-Why:  
As discussed on IRC, an alternative wording suggested by jhb 
has been committed.  Thanks! 


Responsible-Changed-From-To: freebsd-bugs->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Fri Nov 13 14:13:53 CET 2009 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140528 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/140528: commit references a PR
Date: Fri, 13 Nov 2009 13:13:50 +0000 (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: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Fri Nov 20 08:06:02 CET 2009 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140528 
>Unformatted:
