From owner-freebsd-bugs Tue Mar 25 15:10:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18696 for bugs-outgoing; Tue, 25 Mar 1997 15:10:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18672; Tue, 25 Mar 1997 15:10:08 -0800 (PST) Resent-Date: Tue, 25 Mar 1997 15:10:08 -0800 (PST) Resent-Message-Id: <199703252310.PAA18672@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, aaron@veritas.com Received: from tau.veritas.com ([204.177.156.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18377 for ; Tue, 25 Mar 1997 15:06:51 -0800 (PST) Received: (from aaron@localhost) by tau.veritas.com (8.8.5/8.8.5) id PAA00699; Tue, 25 Mar 1997 15:06:13 -0800 (PST) Message-Id: <199703252306.PAA00699@tau.veritas.com> Date: Tue, 25 Mar 1997 15:06:13 -0800 (PST) From: aaron@veritas.com Reply-To: aaron@veritas.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3101: ps -uc formatting problem Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3101 >Category: bin >Synopsis: "command" entry of ps -uc is too wide, output is double spaced >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 15:10:04 PST 1997 >Last-Modified: >Originator: Aaron Smith >Organization: VERITAS Software >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: 80-column terminal window or 80-column console >Description: "ps -uc" is one column too wide for an 80 column display, so the output ends up double spaced and looks bizarre. the problem is that the "command" entry in /usr/src/bin/ps/keyword.c, on lines 96 and 184, are one too wide. the last number in the entry should be 15 and not 16. this fixes the output problem. >How-To-Repeat: ps -uc, or -auc >Fix: decrement the width field of the "command" entries in keyword.c by one (see description) >Audit-Trail: >Unformatted: