From cd30dd6f86bb0f9a82b618490a2853de8b2ad08a Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Mon, 2 Oct 2023 23:19:51 +0900 Subject: [PATCH] lsfd: don't capitalize the help strings for the columns Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index 7bd24d2677..921216235d 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -301,10 +301,10 @@ static const struct colinfo infos[] = { N_("shutdown state of socket ([-r?][-w?])") }, [COL_SOCK_STATE] = { "SOCK.STATE", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, - N_("State of socket") }, + N_("state of socket") }, [COL_SOCK_TYPE] = { "SOCK.TYPE", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, - N_("Type of socket") }, + N_("type of socket") }, [COL_SOURCE] = { "SOURCE", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("file system, partition, or device containing file") }, -- 2.47.3