From nobody@FreeBSD.org  Fri Mar 26 12:58:36 2010
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 90135106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Mar 2010 12:58:36 +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 801238FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Mar 2010 12:58:36 +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 o2QCwaJD093469
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 26 Mar 2010 12:58:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2QCwaqR093468;
	Fri, 26 Mar 2010 12:58:36 GMT
	(envelope-from nobody)
Message-Id: <201003261258.o2QCwaqR093468@www.freebsd.org>
Date: Fri, 26 Mar 2010 12:58:36 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] 7.3 relnotes erroneously describes new ps -p option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         145059
>Category:       docs
>Synopsis:       [patch] 7.3 relnotes erroneously describes new ps -p option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 26 13:00:11 UTC 2010
>Closed-Date:    Sat Apr 17 15:05:21 UTC 2010
>Last-Modified:  Sat Apr 17 15:05:21 UTC 2010
>Originator:     pluknet
>Release:        
>Organization:
>Environment:
>Description:
-p option already existed before, so it's wrong.
This should be corrected to -d option.

Full original text below.

      <para>The &man.ps.1; command now supports a new flag
        <option>-p</option>.  This displays descendant info with the
        output similar to Linux's <option>-H</option> (or
        <option>-f</option>).</para>

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- src/release/doc/en_US.ISO8859-1/relnotes/article.sgml.orig	2010-03-26 10:59:16.000000000 +0300
+++ src/release/doc/en_US.ISO8859-1/relnotes/article.sgml	2010-03-26 15:57:27.000000000 +0300
@@ -829,7 +829,7 @@
 	fixed.</para>
 
       <para>The &man.ps.1; command now supports a new flag
-	<option>-p</option>.  This displays descendant info with the
+	<option>-d</option>.  This displays descendant info with the
 	output similar to Linux's <option>-H</option> (or
 	<option>-f</option>).</para>
 


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/145059: commit references a PR
Date: Sat,  3 Apr 2010 10:07:19 +0000 (UTC)

 Author: hrs
 Date: Sat Apr  3 10:07:10 2010
 New Revision: 206131
 URL: http://svn.freebsd.org/changeset/base/206131
 
 Log:
   - Typo (s/-p flag/-d flag/) in a ps(1) entry. [*]
   - Use &man.*; wherever possible.
   
   Spotted by:	pluknet gmail.com [*]
   PR:		docs/145059 [*]
 
 Modified:
   stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
 
 Modified: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
 ==============================================================================
 --- stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml	Sat Apr  3 08:53:53 2010	(r206130)
 +++ stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml	Sat Apr  3 10:07:10 2010	(r206131)
 @@ -167,6 +167,18 @@
    <sect1 id="late-news">
      <title>Late-Breaking News and Corrections</title>
  
 +    <para>[20100402] The &os; 7.3-RELEASE Release Notes incorrectly
 +      mentioned that a <option>-p</option> flag has been added to the
 +      &man.ps.1; utility.  It should have been a <option>-d</option>
 +      flag.  The correct entry is:</para>
 +
 +    <blockquote>
 +      <para>The &man.ps.1; command now supports a new flag
 +	<option>-d</option>.  This displays descendant info with the
 +	output similar to Linux's <option>-H</option> (or
 +	<option>-f</option>).</para>
 +    </blockquote>
 +
      <para>[20100330] The <filename>libc</filename> of &os; 7.3-RELEASE
        has the &man.fdopendir.3; function but
        <filename>&lt;dirent.h&gt;</filename> header file does not
 @@ -188,9 +200,9 @@
        planned.</para>
  
      <para>[20100323] The &os; 7.3-RELEASE Release Notes incorrectly
 -      mentioned that the hwpmc(4) driver has been added though this
 +      mentioned that the &man.hwpmc.4; driver has been added though this
        driver has already been added in 7.0-RELEASE.  The changes in
 -      7.3-RELEASE are that pmcannotate(8) utility and support for
 +      7.3-RELEASE are that &man.pmcannotate.8; utility and support for
        Intel Core 2 and Core i7 have been added.</para>
    </sect1>
  </article>
 _______________________________________________
 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"
 

From: pluknet <pluknet@gmail.com>
To: bug-followup@FreeBSD.org, pluknet@gmail.com
Cc:  
Subject: Re: docs/145059: [patch] 7.3 relnotes erroneously describes new ps -p 
	option
Date: Fri, 16 Apr 2010 17:22:07 +0400

 So, that one can be closed now.
 
 -- 
 wbr,
 pluknet
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Apr 17 15:05:00 UTC 2010 
State-Changed-Why:  
apparently has been committed. 

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