From owner-cvs-bin Wed Apr 16 09:08:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05004 for cvs-bin-outgoing; Wed, 16 Apr 1997 09:08:18 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA04996; Wed, 16 Apr 1997 09:08:15 -0700 (PDT) Date: Wed, 16 Apr 1997 09:08:15 -0700 (PDT) From: John Polstra Message-Id: <199704161608.JAA04996@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/ps print.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/04/16 09:08:14 Modified: bin/ps print.c Log: When "-c" is specified, don't pad the command with spaces if it is the last field on the line. "ps -axlc" was needlessly wrapping around on 80-character windows. Revision Changes Path 1.20 +5 -2 src/bin/ps/print.c