From owner-cvs-all@FreeBSD.ORG Tue Feb 22 06:50:55 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 77F5216A4D0; Tue, 22 Feb 2005 06:50:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5294143D54; Tue, 22 Feb 2005 06:50:55 +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 j1M6otMH010495; Tue, 22 Feb 2005 06:50:55 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1M6otKX010494; Tue, 22 Feb 2005 06:50:55 GMT (envelope-from delphij) Message-Id: <200502220650.j1M6otKX010494@repoman.freebsd.org> From: Xin LI Date: Tue, 22 Feb 2005 06:50:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/bin/ps Makefile ps.1 ps.c 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: Tue, 22 Feb 2005 06:50:55 -0000 delphij 2005-02-22 06:50:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/ps Makefile ps.1 ps.c Log: Sync ps(1) in RELENG_5 with HEAD: MFC ps.1 revision 1.84 date: 2005/02/14 16:56:15; author: delphij; state: Exp; lines: +22 -10 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 MFC ps.1 revision 1.83, ps.c revision 1.110 date: 2005/02/09 17:37:38; author: ru; state: Exp; lines: +2 -3 Sync program's usage() with manpage's SYNOPSIS. MFC Makefile revision 1.27 date: 2005/01/27 13:42:40; author: delphij; state: Exp; lines: +1 -1 ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test, so use default WARNS level from bin/Makefile.inc MFC ps.1 revision 1.82 date: 2005/01/10 08:39:24; author: imp; state: Exp; lines: +1 -0 /*- or .\"- or #- to begin license clauses. MFC Makefile revision 1.26 date: 2004/11/13 17:12:22; author: ru; state: Exp; lines: +0 -2 Removed bitrot. Discussed with: ru Revision Changes Path 1.25.2.1 +1 -3 src/bin/ps/Makefile 1.79.2.2 +3 -3 src/bin/ps/ps.1 1.106.2.2 +3 -3 src/bin/ps/ps.c