8000 lsfd: fix the description for PACKET.PROTOCOL column · util-linux/util-linux@b7b9689 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7b9689

Browse files
masatakekarelzak
authored andcommitted
lsfd: fix the description for PACKET.PROTOCOL column
Signed-off-by: Masatake YAMATO <yamato@redhat.com> (cherry picked from commit df3b38f)
1 parent 6ad9b9b commit b7b9689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lsfd-cmd/lsfd.1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ PACKET.IFACE <``string``>::
386386
Interface name associated with the packet socket.
387387

388388
PACKET.PROTOCOL <``string``>::
389-
L3 protocol associated with the packet socket.
389+
L2 protocol associated with the packet socket.
390390

391391
PARTITION <``string``>::
392392
Block device name resolved by `/proc/partition`.

lsfd-cmd/lsfd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ static const struct colinfo infos[] = {
311311
N_("net interface associated with the packet socket") },
312312
[COL_PACKET_PROTOCOL] = { "PACKET.PROTOCOL",
313313
0, SCOLS_FL_RIGHT,SCOLS_JSON_STRING,
314-
N_("L3 protocol associated with the packet socket") },
314+
N_("L2 protocol associated with the packet socket") },
315315
[COL_PARTITION] = { "PARTITION",
316316
0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
317317
N_("block device name resolved by /proc/partition") },

0 commit comments

Comments
 (0)
0