From owner-svn-src-all@FreeBSD.ORG Mon Apr 18 19:20:47 2011 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 96DAC106566B; Mon, 18 Apr 2011 19:20:47 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 855EA8FC12; Mon, 18 Apr 2011 19:20:47 +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 p3IJKlS6081775; Mon, 18 Apr 2011 19:20:47 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p3IJKlVv081773; Mon, 18 Apr 2011 19:20:47 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201104181920.p3IJKlVv081773@svn.freebsd.org> From: Edward Tomasz Napierala Date: Mon, 18 Apr 2011 19:20:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220799 - head/bin/ps 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: Mon, 18 Apr 2011 19:20:47 -0000 Author: trasz Date: Mon Apr 18 19:20:47 2011 New Revision: 220799 URL: http://svn.freebsd.org/changeset/base/220799 Log: Document problems with -d/-w and the fact that -X is the default. Suggested by: arundel@ Reviewed by: arundel@ Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1 ============================================================================== --- head/bin/ps/ps.1 Mon Apr 18 19:02:41 2011 (r220798) +++ head/bin/ps/ps.1 Mon Apr 18 19:20:47 2011 (r220799) @@ -29,7 +29,7 @@ .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd March 16, 2011 +.Dd April 18, 2011 .Dt PS 1 .Os .Sh NAME @@ -130,7 +130,10 @@ If either of the and .Fl r options are also used, they control how sibling processes are sorted -relative to eachother. +relative to each other. +Note that this option has no effect if the +.Dq command +column is not the last column displayed. .It Fl e Display the environment as well. .It Fl f @@ -244,9 +247,13 @@ If the option is specified more than once, .Nm will use as many columns as necessary without regard for your window size. +Note that this option has no effect if the +.Dq command +column is not the last column displayed. .It Fl X When displaying processes matched by other options, skip any processes which do not have a controlling terminal. +This is the default behaviour. .It Fl x When displaying processes matched by other options, include processes which do not have a controlling terminal.