top: the '%CUC' column must be just a little bit wider

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2022-04-20 00:00:00 -05:00 committed by Craig Small
parent a2c1abb136
commit 71d7cc512a
2 changed files with 2 additions and 2 deletions

View File

@ -1879,7 +1879,7 @@ static struct {
{ 7, -1, A_right, PIDS_TICS_BEGAN }, // ull_int EU_TM3
{ 7, -1, A_right, PIDS_TIME_ELAPSED }, // real EU_TM4
{ 6, -1, A_right, PIDS_UTILIZATION }, // real EU_CUU
{ 6, -1, A_right, PIDS_UTILIZATION_C } // real EU_CUC
{ 7, -1, A_right, PIDS_UTILIZATION_C } // real EU_CUC
#define eu_LAST EU_CUC
// xtra Fieldstab 'pseudo pflag' entries for the newlib interface . . . . . . .
#define eu_CMDLINE eu_LAST +1

View File

@ -359,7 +359,7 @@ static void build_two_nlstabs (void) {
/* Translation Hint: maximum '%CUU' = 6 */
Head_nlstab[EU_CUU] = _("%CUU");
Desc_nlstab[EU_CUU] = _("CPU Utilization");
/* Translation Hint: maximum '%CUC' = 6 */
/* Translation Hint: maximum '%CUC' = 7 */
Head_nlstab[EU_CUC] = _("%CUC");
Desc_nlstab[EU_CUC] = _("Utilization + child");
}