]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: fix the description for PACKET.PROTOCOL column
authorMasatake YAMATO <yamato@redhat.com>
Sun, 5 Jan 2025 17:55:19 +0000 (02:55 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 31 Mar 2025 20:45:51 +0000 (05:45 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
lsfd-cmd/lsfd.1.adoc
lsfd-cmd/lsfd.c

index 5f253ca1f289aa8262fe5618c31282832d2459a0..d1a78f105d0bd31e91ae49bd6058707afd6bf08e 100644 (file)
@@ -396,7 +396,7 @@ PACKET.IFACE <``string``>::
 Interface name associated with the packet socket.
 
 PACKET.PROTOCOL <``string``>::
-L3 protocol associated with the packet socket.
+L2 protocol associated with the packet socket.
 
 PARTITION <``string``>::
 Block device name resolved by `/proc/partition`.
index 0f70d17c1890f8bf7a09a15bd3ed365d7b144525..5c5058a2bf9e2c8a807c5842bb387ff0616dc69a 100644 (file)
@@ -311,7 +311,7 @@ static const struct colinfo infos[] = {
                                   N_("net interface associated with the packet socket") },
        [COL_PACKET_PROTOCOL]  = { "PACKET.PROTOCOL",
                                   0,   SCOLS_FL_RIGHT,SCOLS_JSON_STRING,
-                                  N_("L3 protocol associated with the packet socket") },
+                                  N_("L2 protocol associated with the packet socket") },
        [COL_PARTITION]        = { "PARTITION",
                                   0,   SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
                                   N_("block device name resolved by /proc/partition") },