From owner-cvs-bin Mon Oct 21 00:30:35 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28791 for cvs-bin-outgoing; Mon, 21 Oct 1996 00:30:35 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28776; Mon, 21 Oct 1996 00:30:29 -0700 (PDT) Date: Mon, 21 Oct 1996 00:30:29 -0700 (PDT) From: Peter Wemm Message-Id: <199610210730.AAA28776@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ps extern.h print.c ps.1 ps.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/21 00:30:28 Modified: bin/ps extern.h print.c ps.1 ps.c Log: Implement a -c option to ps to display the short command name instead of the full argument vector. I've bumped into a few things that expected this switch to be present, the most recent was the snmp package in ports. I'm not 100% sure of the origins of this, but Linux has it, so does the "BSD-compatable" version of ps on our SVR4 systems (so I assume SunOS has it too). Revision Changes Path 1.3 +2 -2 src/bin/ps/extern.h 1.16 +8 -2 src/bin/ps/print.c 1.11 +5 -2 src/bin/ps/ps.1 1.13 +9 -5 src/bin/ps/ps.c