]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (man) fix the description of NAME fields for TCP and UDP sockets
authorMasatake YAMATO <yamato@redhat.com>
Fri, 3 Feb 2023 14:59:07 +0000 (23:59 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 5 Feb 2023 22:12:58 +0000 (07:12 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc

index b65e5ec6a039a5aef7f594dc415c404806386123..c82461e9afadc9c22df84d76c22890b03246e055 100644 (file)
@@ -212,10 +212,10 @@ pid=_TARGET-PID_ comm=_TARGET-COMMAND_ nspid=_TARGET-NSPIDS_
 ``/proc/``_pid_``/fdinfo/``_fd_.
 +
 TCP:::
-state=_SOCK.STATE_[ laddr=_TCP.LADDR_:_TCP.LPORT_ [ raddr=_TCP.RADDR_:_TCP.RPORT_]]
+state=_SOCK.STATE_[ laddr=_TCP.LADDR_ [ raddr=_TCP.RADDR_]]
 +
 UDP:::
-state=_SOCK.STATE_[ laddr=_UDP.LADDR_:_UDP.LPORT_ [ raddr=_UDP.RADDR_:_UDP.RPORT_]]
+state=_SOCK.STATE_[ laddr=_UDP.LADDR_ [ raddr=_UDP.RADDR_]]
 +
 *lsfd* hides ``raddr=`` if _UDP.RADDR_ is ``0.0.0.0`` and _UDP.RPORT_ is 0.
 +