From owner-svn-src-all@FreeBSD.ORG Sat Apr 3 10:07:11 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 063911065675; Sat, 3 Apr 2010 10:07:11 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 981228FC0C; Sat, 3 Apr 2010 10:07:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o33A7Axw052175; Sat, 3 Apr 2010 10:07:10 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o33A7AG4052173; Sat, 3 Apr 2010 10:07:10 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201004031007.o33A7AG4052173@svn.freebsd.org> From: Hiroki Sato Date: Sat, 3 Apr 2010 10:07:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r206131 - stable/7/release/doc/en_US.ISO8859-1/errata X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Apr 2010 10:07:11 -0000 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 @@ Late-Breaking News and Corrections + [20100402] The &os; 7.3-RELEASE Release Notes incorrectly + mentioned that a flag has been added to the + &man.ps.1; utility. It should have been a + flag. The correct entry is: + +
+ The &man.ps.1; command now supports a new flag + . This displays descendant info with the + output similar to Linux's (or + ). +
+ [20100330] The libc of &os; 7.3-RELEASE has the &man.fdopendir.3; function but <dirent.h> header file does not @@ -188,9 +200,9 @@ planned. [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.