| Summary: | PATCH: vmstat column alignment, %ll not supported in -stable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | jc <jc> | ||||
| Component: | bin | Assignee: | Jens Schweikhardt <schweikh> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 3.4-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
jc
2000-01-19 16:00:01 UTC
Quoting John Capo (jc@irbs.com): > + (void)printf("Total %10qu %8qu\n", inttotal, > + inttotal / uptime); I should have made the Total field width larger, perhaps very large. (void)printf("Total%18qu %8qu\n", inttotal, A field width of 10 overflows on several of my machines. Responsible Changed From-To: freebsd-bugs->schweikh Jens been doing some work with columns widths in vmstat. State Changed From-To: open->closed Fixed in -current. Thanks a bunch, John! |