Bug 45240

Summary: pstat -f column headings misaligned on Alpha
Product: Base System Reporter: Terry R. Friedrichsen <terry>
Component: alphaAssignee: freebsd-alpha (Nobody) <alpha>
Status: Closed FIXED    
Severity: Affects Only Me CC: terry
Priority: Normal    
Version: 4.7-RELEASE   
Hardware: Any   
OS: Any   

Description Terry R. Friedrichsen 2002-11-12 14:50:01 UTC
	The column headings for pstat -f are misaligned; they should be moved
	out to the right.  This is due to the fact that the "LOC" and "DATA"
	fields are 16 characters long, instead of 8, for the 64-bit Alpha
	architecture.

Fix: 

For the Alpha platform, add additional spacing around the "LOC" and
	"DATA" column headings.
How-To-Repeat: 	Observe the first 3 lines of output from "pstat -f".
Comment 1 robert freebsd_committer freebsd_triage 2003-02-21 23:32:02 UTC
State Changed
From-To: open->patched

The patch that was committed to -CURRENT introduces 
differently sized columns for 32 and 64 bit architectures.
Comment 2 sten 2005-05-23 21:34:12 UTC
This is fixed, please close the pr.

-- 
Sten Spans

"There is a crack in everything, that's how the light gets in."
Leonard Cohen - Anthem
Comment 3 Marcel Moolenaar freebsd_committer freebsd_triage 2005-05-24 03:01:30 UTC
State Changed
From-To: patched->closed

Fixed.