Date: Sat, 3 Apr 2010 10:07:10 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r206131 - stable/7/release/doc/en_US.ISO8859-1/errata Message-ID: <201004031007.o33A7AG4052173@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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><dirent.h></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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004031007.o33A7AG4052173>