From: Masatake YAMATO Date: Mon, 2 Oct 2023 14:19:51 +0000 (+0900) Subject: lsfd: don't capitalize the help strings for the columns X-Git-Tag: v2.40-rc1~210^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd30dd6f86bb0f9a82b618490a2853de8b2ad08a;p=thirdparty%2Futil-linux.git lsfd: don't capitalize the help strings for the columns Signed-off-by: Masatake YAMATO --- 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") },