pmap: correct heading misalignment of VmFlags with -XX

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2015-08-29 00:00:00 -05:00 committed by Craig Small
parent 1c597b58ef
commit 8072b6aa84

2
pmap.c
View File

@ -433,7 +433,7 @@ loop_end:
justify_print(listnode->description, listnode->max_width, 1);
if (has_vmflags && is_enabled("VmFlags"))
printf(" %*s", maxwv, "VmFlags");
printf(" %*s", maxwv, "VmFlags ");
if (is_enabled(nls_Mapping))
justify_print(nls_Mapping, 0, 0);