I've grown to hate that man document rendering when it
comes to hyphenation. So this patch will eliminate it.
And we'll also eliminate an unnecessary initialization
in that top program code concerned with combined cpus.
Signed-off-by: Jim Warner <james.warner@comcast.net>
.\" ----------------------------------------------------------------------
.TH TOP 1 "May 2020" "procps-ng" "User Commands"
.\" ----------------------------------------------------------------------
+.nh
.\" ----------------------------------------------------------------------
.SH NAME
snprintf(pfx, sizeof(pfx), "%-7.7s:", fmtmk("%d-%d", beg, rSv(stat_ID, s_int)));
n = cpu_tics(&accum, pfx, nobuf);
memset(&stack, 0, sizeof(stack));
- ix = beg = 0;
+ ix = 0;
return n;
}
++ix;