From 8ff3d5d077cc5d60db840836a219d83e8f3f99dc Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 1 Dec 2015 13:50:51 +0100 Subject: lsns: fix usage() Signed-off-by: Karel Zak --- sys-utils/lsns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-utils/lsns.c') diff --git a/sys-utils/lsns.c b/sys-utils/lsns.c index c1d649ae4..79189345a 100644 --- a/sys-utils/lsns.c +++ b/sys-utils/lsns.c @@ -80,14 +80,14 @@ struct colinfo { /* columns descriptions */ static const struct colinfo infos[] = { - [COL_NS] = { "NS", 10, SCOLS_FL_RIGHT, N_("command of the process holding the lock") }, + [COL_NS] = { "NS", 10, SCOLS_FL_RIGHT, N_("namespace identifier (inode number)") }, [COL_TYPE] = { "TYPE", 5, 0, N_("kind of namespace") }, [COL_PATH] = { "PATH", 0, 0, N_("path to the namespace")}, [COL_NPROCS] = { "NPROCS", 5, SCOLS_FL_RIGHT, N_("number of processes in the namespace") }, [COL_PID] = { "PID", 5, SCOLS_FL_RIGHT, N_("lowers PID in the namespace") }, [COL_PPID] = { "PPID", 5, SCOLS_FL_RIGHT, N_("PPID of the PID") }, [COL_COMMAND] = { "COMMAND", 0, SCOLS_FL_TRUNC, N_("command line of the PID")}, - [COL_UID] = { "UID", 0, SCOLS_FL_RIGHT, N_("user ID of the PID")}, + [COL_UID] = { "UID", 0, SCOLS_FL_RIGHT, N_("UID of the PID")}, [COL_USER] = { "USER", 0, 0, N_("username of the PID")} }; -- cgit v1.2.3-55-g7522