From: Masatake YAMATO Date: Sun, 3 Oct 2021 19:37:19 +0000 (+0900) Subject: lsfd: fix a typo in DEVTYPE description X-Git-Tag: v2.38-rc1~144^2~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc1e7a2bf9247e64de39c8f7cc52f3770f4ff869;p=thirdparty%2Futil-linux.git lsfd: fix a typo in DEVTYPE description Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.c b/misc-utils/lsfd.c index d8025d7633..8ab9f147d1 100644 --- a/misc-utils/lsfd.c +++ b/misc-utils/lsfd.c @@ -98,7 +98,7 @@ static struct colinfo infos[] = { [COL_DEV] = { "DEV", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("ID of device containing file") }, [COL_DEVTYPE] = { "DEVTYPE", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, - N_("device type (blk, char, or nodev") }, + N_("device type (blk, char, or nodev)") }, [COL_FLAGS] = { "FLAGS", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("flags specified when opening the file") }, [COL_FD] = { "FD", 0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,