From owner-freebsd-commit Mon Dec 25 19:40:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA15150 for freebsd-commit-outgoing; Mon, 25 Dec 1995 19:40:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA15011 for cvs-all-outgoing; Mon, 25 Dec 1995 19:39:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA14996 for cvs-bin-outgoing; Mon, 25 Dec 1995 19:39:02 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA14986 Mon, 25 Dec 1995 19:38:59 -0800 (PST) Date: Mon, 25 Dec 1995 19:38:59 -0800 (PST) From: Peter Wemm Message-Id: <199512260338.TAA14986@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/ps ps.1 ps.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/12/25 19:38:58 Modified: bin/ps ps.1 ps.c Log: Implement a new option to ps.. `-U username'. This allows you to list the processes belonging to a particular user without having to use `-u' and grepping for the username. Basically you can now get a short `ps -x' like list (with more space for the command) for other users. Revision Changes Path 1.5 +5 -1 src/bin/ps/ps.1 1.10 +14 -3 src/bin/ps/ps.c