From owner-svn-src-all@FreeBSD.ORG Sun May 4 01:33:03 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 270FF9EE; Sun, 4 May 2014 01:33:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14A251BA7; Sun, 4 May 2014 01:33:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s441X2vU090870; Sun, 4 May 2014 01:33:02 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s441X2Di090869; Sun, 4 May 2014 01:33:02 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201405040133.s441X2Di090869@svn.freebsd.org> From: Glen Barber Date: Sun, 4 May 2014 01:33:02 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265307 - head/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 04 May 2014 01:33:03 -0000 Author: gjb Date: Sun May 4 01:33:02 2014 New Revision: 265307 URL: http://svnweb.freebsd.org/changeset/base/265307 Log: Document r265229[1], r265249[2]: '-J' flag added to ps(1) [1], and top(1) [2]. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 01:33:00 2014 (r265306) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun May 4 01:33:02 2014 (r265307) @@ -231,6 +231,17 @@ Userland Changes + The &man.top.1; utility has been updated + to filter by &man.jail.8; ID or name, in followup to the + &man.ps.1; change in r265229. + + The &man.ps.1; utility has been + updated to include the -J flag, used to + filter output by matching &man.jail.8; IDs and names. + Additionally, argument 0 can be used to + -J to only list processes running on the + host system. + Support for displaying VPD for PCI devices via &man.pciconf.8; has been added.