'-b' option allows to request BPF filter opcodes, however
currently the kernel returns only classic BPF filter, so
reflect this in man page.
Signed-off-by: Roman Mashak <redacted>
---
man/man8/ss.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/ss.8 b/man/man8/ss.8
index 42aac6dee83f..d399381dd73b 100644
--- a/man/man8/ss.8
+++ b/man/man8/ss.8
@@ -343,7 +343,7 @@ and is therefore a useful reference.
Switch to the specified network namespace name.
.TP
.B \-b, \-\-bpf
-Show socket BPF filters (only administrators are allowed to get these
+Show socket classic BPF filters (only administrators are allowed to get these
information).
.TP
.B \-4, \-\-ipv4
--
2.7.4