]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (doc) fix English in SOCK.NETNS description
authorMasatake YAMATO <yamato@redhat.com>
Sun, 23 Nov 2025 08:43:40 +0000 (17:43 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 23 Nov 2025 08:52:46 +0000 (17:52 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/lsfd.1.adoc
lsfd-cmd/lsfd.c

index ab30b231d73423f96a79c6bd641d79fa64f805b8..7c20c00de75c5c80c867fa7b24afbbb52b728fd1 100644 (file)
@@ -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.
index 335594144dc395f2d9e4fe32b49131c88573de6d..64b9a27b3f4bdc40ccfb747052a153934a8e3a9e 100644 (file)
@@ -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") },