From owner-cvs-all@FreeBSD.ORG Mon Feb 14 16:56:16 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3250216A4CE; Mon, 14 Feb 2005 16:56:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CF243D45; Mon, 14 Feb 2005 16:56:16 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1EGuFwV029910; Mon, 14 Feb 2005 16:56:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1EGuFgX029909; Mon, 14 Feb 2005 16:56:15 GMT (envelope-from delphij) Message-Id: <200502141656.j1EGuFgX029909@repoman.freebsd.org> From: Xin LI Date: Mon, 14 Feb 2005 16:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 16:56:16 -0000 delphij 2005-02-14 16:56:15 UTC FreeBSD src repository Modified files: bin/ps ps.1 Log: Several improvements to ps.1: - Document the fact that empty heading text suppresses the heading line (e.g. 'ps -o pid='), as this is very useful in scripts. - Describe logname keyword more completely. - Describe the printing of arguments more completely. - Put lockname in the correct alphabetical order in the list of all keywords. - Correct sentence in standards section. Submitted by: Jilles Tjoelker PR: docs/73618 MFC After: 1 week Revision Changes Path 1.84 +22 -10 src/bin/ps/ps.1