From: Karel Zak Date: Wed, 29 Jul 2026 11:07:47 +0000 (+0200) Subject: lsfd: update man page for bpf-map NAME format X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e6491642f552fcc05c77b6f231218f29731462;p=thirdparty%2Futil-linux.git lsfd: update man page for bpf-map NAME format Note that the bpf-map NAME format is used only for opened file objects, not for mapped ones. Addresses: https://github.com/util-linux/util-linux/pull/4501 Signed-off-by: Karel Zak --- diff --git a/lsfd-cmd/lsfd.1.adoc b/lsfd-cmd/lsfd.1.adoc index 6d95a995e..198a3f1d7 100644 --- a/lsfd-cmd/lsfd.1.adoc +++ b/lsfd-cmd/lsfd.1.adoc @@ -317,6 +317,8 @@ id=_BPF-LINK.ID_ type=_BPF-LINK.TYPE_[ prog=_BPF-LINK.PROG-ID_] bpf-map::: id=_BPF-MAP.ID_ type=_BPF-MAP.TYPE_[ name=_BPF.NAME_] + +Note that the format is used only for opened file objects, not for mapped ones. ++ bpf-prog::: id=_BPF-PROG.ID_ type=_BPF-PROG.TYPE_ tag= _BPF-PROG.TAG_ [ name=_BPF.NAME_] +