From 4775cc69a7c20a905b368291370530ce329b8203 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 4 Nov 2016 10:36:25 +0100 Subject: lsmem: cleanup man page * add missing new options * remove columns description (for ls-like utils we maintains columns description only in the --help output) Signed-off-by: Karel Zak --- sys-utils/lsmem.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-utils/lsmem.c') diff --git a/sys-utils/lsmem.c b/sys-utils/lsmem.c index 0662bd748..3ac1fd3be 100644 --- a/sys-utils/lsmem.c +++ b/sys-utils/lsmem.c @@ -97,12 +97,12 @@ struct coldesc { /* columns descriptions */ static struct coldesc coldescs[] = { - [COL_RANGE] = { "RANGE", 0, 0, N_("adress range")}, - [COL_SIZE] = { "SIZE", 5, SCOLS_FL_RIGHT, N_("size of memory")}, - [COL_STATE] = { "STATE", 0, 0, N_("state of memory")}, + [COL_RANGE] = { "RANGE", 0, 0, N_("start and end address of the memory range")}, + [COL_SIZE] = { "SIZE", 5, SCOLS_FL_RIGHT, N_("size of the memory range")}, + [COL_STATE] = { "STATE", 0, 0, N_("online status of the memory range")}, [COL_REMOVABLE] = { "REMOVABLE", 0, SCOLS_FL_RIGHT, N_("memory is removable")}, - [COL_BLOCK] = { "BLOCK", 0, SCOLS_FL_RIGHT, N_("memory block")}, - [COL_NODE] = { "NODE", 0, SCOLS_FL_RIGHT, N_("node information")}, + [COL_BLOCK] = { "BLOCK", 0, SCOLS_FL_RIGHT, N_("memory block number or blocks range")}, + [COL_NODE] = { "NODE", 0, SCOLS_FL_RIGHT, N_("numa node of memory")}, }; /* columns[] array specifies all currently wanted output column. The columns -- cgit v1.2.3-55-g7522