diff mbox series

[iproute2,2/4] ss: man: add missing entries for TIPC

Message ID 20221017170308.1280537-3-matthieu.baerts@tessares.net (mailing list archive)
State Accepted
Delegated to: Stephen Hemminger
Headers show
Series ss: add missing entries in man-pages and 'ss -h' | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Matthieu Baerts Oct. 17, 2022, 5:03 p.m. UTC
'ss -h' was mentioning TIPC but not the man page.

Fixes: 5caf79a0 ("ss: Add support for TIPC socket diag in ss tool")
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
---
 man/man8/ss.8 | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/man/man8/ss.8 b/man/man8/ss.8
index 6489aa79..996c80c9 100644
--- a/man/man8/ss.8
+++ b/man/man8/ss.8
@@ -299,6 +299,11 @@  Show cgroup information. Below fields may appear:
 Cgroup v2 pathname. This pathname is relative to the mount point of the hierarchy.
 .RE
 .TP
+.B \-\-tipcinfo
+Show internal tipc socket information.
+.RS
+.P
+.TP
 .B \-K, \-\-kill
 Attempts to forcibly close sockets. This option displays sockets that are
 successfully closed and silently skips sockets that the kernel does not support
@@ -379,6 +384,10 @@  Display Unix domain sockets (alias for -f unix).
 .B \-S, \-\-sctp
 Display SCTP sockets.
 .TP
+.B \-\-tipc
+Display tipc sockets (alias for -f tipc).
+.TP
+.TP
 .B \-\-vsock
 Display vsock sockets (alias for -f vsock).
 .TP
@@ -393,12 +402,12 @@  Display inet socket options.
 .TP
 .B \-f FAMILY, \-\-family=FAMILY
 Display sockets of type FAMILY.  Currently the following families are
-supported: unix, inet, inet6, link, netlink, vsock, xdp.
+supported: unix, inet, inet6, link, netlink, vsock, tipc, xdp.
 .TP
 .B \-A QUERY, \-\-query=QUERY, \-\-socket=QUERY
 List of socket tables to dump, separated by commas. The following identifiers
 are understood: all, inet, tcp, udp, raw, unix, packet, netlink, unix_dgram,
-unix_stream, unix_seqpacket, packet_raw, packet_dgram, dccp, sctp,
+unix_stream, unix_seqpacket, packet_raw, packet_dgram, dccp, sctp, tipc,
 vsock_stream, vsock_dgram, xdp, mptcp. Any item in the list may optionally be
 prefixed by an exclamation mark
 .RB ( ! )