From aaron@tau.veritas.com  Tue Mar 25 15:06:52 1997
Received: from tau.veritas.com ([204.177.156.17])
          by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18377
          for <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: ps -uc formatting problem
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 15:10:04 PST 1997
>Closed-Date:    Sat Aug 23 14:57:21 MEST 1997
>Last-Modified:  Sat Aug 23 14:58:22 MEST 1997
>Originator:     Aaron Smith
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
VERITAS Software
>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)
>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: aaron@veritas.com, FreeBSD-gnats-submit@freebsd.org
Cc:  Subject: Re: bin/3101: ps -uc formatting problem
Date: Wed, 26 Mar 1997 17:14:04 +1100

 >>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)
 
 This won't work in -current, since MAXLOGNAME is 8 larger, so lots of
 space is usually wasted for login names and the output is 1+8 too wide.
 The number of columns for the login name should be reduced.
 
 Bruce
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sat Aug 23 14:57:21 MEST 1997 
State-Changed-Why:  
The username field is now dynamically adjusted (rev 1.21), so i assume 
this PR got stale. 
>Unformatted:
