From nobody@FreeBSD.org  Wed Apr 16 15:29:19 2008
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 6BBC61065681
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Apr 2008 15:29:19 +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 6111F8FC3B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Apr 2008 15:29:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3GFT9EU021648
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Apr 2008 15:29:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3GFT8jC021647;
	Wed, 16 Apr 2008 15:29:08 GMT
	(envelope-from nobody)
Message-Id: <200804161529.m3GFT8jC021647@www.freebsd.org>
Date: Wed, 16 Apr 2008 15:29:08 GMT
From: Yoshihiro Ota <ota@j.email.ne.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: system.2 missing ".Sh RETURN VALUES"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122818
>Category:       docs
>Synopsis:       [patch] system.2 missing ".Sh RETURN VALUES"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 16 15:30:00 UTC 2008
>Closed-Date:    Mon Jun 30 09:19:59 UTC 2008
>Last-Modified:  Mon Jun 30 09:20:06 UTC 2008
>Originator:     Yoshihiro Ota
>Release:        CvsWeb/8.0-CURRENT
>Organization:
>Environment:
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdlib/system.3?rev=1.12
>Description:
"man 2 system" does not show RETURN VALUES section although it describes about retuen values.
>How-To-Repeat:
man 2 system
>Fix:
Delete ".Pp" and add ".Sh RETURN VALUES" before the following in src/lib/libc/stdlib/system.3


The
.Fn system
function
returns the exit status of the shell as returned by
.Xr waitpid 2 ,
or \-1 if an error occurred when invoking
.Xr fork 2
or
.Xr waitpid 2 .


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->danger 
Responsible-Changed-By: danger 
Responsible-Changed-When: Thu Jun 26 08:25:22 UTC 2008 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122818 
State-Changed-From-To: open->patched 
State-Changed-By: danger 
State-Changed-When: Thu Jun 26 08:25:50 UTC 2008 
State-Changed-Why:  
Fixed in -CURRENT, thank you for your submission 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/122818: commit references a PR
Date: Thu, 26 Jun 2008 08:26:22 +0000 (UTC)

 danger      2008-06-26 08:24:59 UTC
 
   FreeBSD src repository
 
   Modified files:
     lib/libc/stdlib      system.3 
   Log:
   SVN rev 180024 on 2008-06-26 08:24:59Z by danger
   
   Mark the section describing return values with an appropriate section flag.
   
   PR:             docs/122818
   MFC after:      3 days
   
   Revision  Changes    Path
   1.13      +1 -1      src/lib/libc/stdlib/system.3
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: danger 
State-Changed-When: Mon Jun 30 09:19:27 UTC 2008 
State-Changed-Why:  
Close this one as the change has been merged to RELENG_[765]. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/122818: commit references a PR
Date: Mon, 30 Jun 2008 09:16:31 +0000 (UTC)

 danger      2008-06-30 09:16:22 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     lib/libc/stdlib      system.3 
   Log:
   SVN rev 180117 on 2008-06-30 09:16:22Z by danger
   
   MFC rev. 180024:
   
   - Mark the section describing return values with an appropriate
     section flag.
   
   PR:             docs/122818
   
   Revision  Changes    Path
   1.12.2.1  +1 -1      src/lib/libc/stdlib/system.3
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/122818: commit references a PR
Date: Mon, 30 Jun 2008 09:18:14 +0000 (UTC)

 danger      2008-06-30 09:17:54 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     lib/libc/stdlib      system.3 
   Log:
   SVN rev 180118 on 2008-06-30 09:17:54Z by danger
   
   MFC rev. 180024:
   
   - Mark the section describing return values with an appropriate
     section flag.
   
   PR:             docs/122818
   
   Revision   Changes    Path
   1.11.14.1  +1 -1      src/lib/libc/stdlib/system.3
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
