From: Masatake YAMATO Date: Sun, 23 Nov 2025 08:43:40 +0000 (+0900) Subject: lsfd: (doc) fix English in SOCK.NETNS description X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=171a6410c43993cf7d06f8aa0d2b715952570d4b;p=thirdparty%2Futil-linux.git lsfd: (doc) fix English in SOCK.NETNS description Signed-off-by: Masatake YAMATO --- diff --git a/lsfd-cmd/lsfd.1.adoc b/lsfd-cmd/lsfd.1.adoc index ab30b231d..7c20c00de 100644 --- a/lsfd-cmd/lsfd.1.adoc +++ b/lsfd-cmd/lsfd.1.adoc @@ -457,7 +457,7 @@ SOCK.LISTENING <``boolean``>:: Listening socket. SOCK.NETS <``number``>:: -Inode identifying network namespace where the socket belongs to. +Inode identifying network namespace where the socket belongs. SOCK.PROTONAME <``string``>:: Protocol name. diff --git a/lsfd-cmd/lsfd.c b/lsfd-cmd/lsfd.c index 335594144..64b9a27b3 100644 --- a/lsfd-cmd/lsfd.c +++ b/lsfd-cmd/lsfd.c @@ -363,7 +363,7 @@ static const struct colinfo infos[] = { N_("listening socket") }, [COL_SOCK_NETNS] = { "SOCK.NETNS", 0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER, - N_("inode identifying network namespace where the socket belongs to") }, + N_("inode identifying network namespace where the socket belongs") }, [COL_SOCK_PROTONAME] = { "SOCK.PROTONAME", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING, N_("protocol name") },