https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228461
Bug ID: 228461
Summary: swapinfo(8) is not able to align the columns with
longer names of devices
Product: Base System
Version: 11.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
It is now:
% swapinfo -h
Device 1K-blocks Used Avail Capacity
/dev/zvol/local/SWAP 4194304 12M 4.0G 0%
% swapinfo -m
Device 1M-blocks Used Avail Capacity
/dev/zvol/local/SWAP 4096 11 4084 0%
Should be:
% swapinfo -h
Device 1K-blocks Used Avail Capacity
/dev/zvol/local/SWAP 4194304 12M 4.0G 0%
% swapinfo -m
Device 1M-blocks Used Avail Capacity
/dev/zvol/local/SWAP 4096 11 4084 0%
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"