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:
parent
a2c1abb136
commit
71d7cc512a
@ -1879,7 +1879,7 @@ static struct {
|
|||||||
{ 7, -1, A_right, PIDS_TICS_BEGAN }, // ull_int EU_TM3
|
{ 7, -1, A_right, PIDS_TICS_BEGAN }, // ull_int EU_TM3
|
||||||
{ 7, -1, A_right, PIDS_TIME_ELAPSED }, // real EU_TM4
|
{ 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 }, // 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
|
#define eu_LAST EU_CUC
|
||||||
// xtra Fieldstab 'pseudo pflag' entries for the newlib interface . . . . . . .
|
// xtra Fieldstab 'pseudo pflag' entries for the newlib interface . . . . . . .
|
||||||
#define eu_CMDLINE eu_LAST +1
|
#define eu_CMDLINE eu_LAST +1
|
||||||
|
@ -359,7 +359,7 @@ static void build_two_nlstabs (void) {
|
|||||||
/* Translation Hint: maximum '%CUU' = 6 */
|
/* Translation Hint: maximum '%CUU' = 6 */
|
||||||
Head_nlstab[EU_CUU] = _("%CUU");
|
Head_nlstab[EU_CUU] = _("%CUU");
|
||||||
Desc_nlstab[EU_CUU] = _("CPU Utilization");
|
Desc_nlstab[EU_CUU] = _("CPU Utilization");
|
||||||
/* Translation Hint: maximum '%CUC' = 6 */
|
/* Translation Hint: maximum '%CUC' = 7 */
|
||||||
Head_nlstab[EU_CUC] = _("%CUC");
|
Head_nlstab[EU_CUC] = _("%CUC");
|
||||||
Desc_nlstab[EU_CUC] = _("Utilization + child");
|
Desc_nlstab[EU_CUC] = _("Utilization + child");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user