From owner-freebsd-commit Tue Sep 26 10:49:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14569 for freebsd-commit-outgoing; Tue, 26 Sep 1995 10:49:07 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14557 for cvs-all-outgoing; Tue, 26 Sep 1995 10:49:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14547 for cvs-bin-outgoing; Tue, 26 Sep 1995 10:49:03 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA14538 ; Tue, 26 Sep 1995 10:49:01 -0700 Date: Tue, 26 Sep 1995 10:49:01 -0700 From: Peter Wemm Message-Id: <199509261749.KAA14538@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ps keyword.c print.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/09/26 10:49:00 Modified: bin/ps keyword.c print.c Log: Correct the alignment of the tty column, which was affected by my change to allow more than two tty characters. David Greenman pointed out that when a process that had been revoked from it's controlling tty, the "-" sign was detached from any two-character names.