From 0dc26444be5f2f11d172922e92a73c9ad4810caa Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 4 Jun 2023 07:39:32 +0900 Subject: [PATCH] lsfd.1.adoc: revise type names for columns Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.1.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index d4be4b3a63..7104c8ac53 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -384,13 +384,13 @@ Raw file types returned from *stat*(2): BLK, CHR, DIR, FIFO, LINK, REG, SOCK, or TCP.LADDR <``string``>:: Local L3 (INET.LADDR or INET6.LADDR) address and local TCP port. -TCP.LPORT <``integer``>:: +TCP.LPORT <``number``>:: Local TCP port. TCP.RADDR <``string``>:: Remote L3 (INET.RADDR or INET6.RADDR) address and remote TCP port. -TCP.RPORT <``integer``>:: +TCP.RPORT <``number``>:: Remote TCP port. TID <``number``>:: @@ -404,25 +404,25 @@ For UNKN, print the value for AINODECLASS if SOURCE is anon_inodefs. UDP.LADDR <``string``>:: Local IP address and local UDP port. -UDP.LPORT <``integer``>:: +UDP.LPORT <``number``>:: Local UDP port. UDP.RADDR <``string``>:: Remote IP address and remote UDP port. -UDP.RPORT <``integer``>:: +UDP.RPORT <``number``>:: Remote UDP port. UDPLITE.LADDR <``string``>:: Local IP address and local UDPLite port. -UDPLITE.LPORT <``integer``>:: +UDPLITE.LPORT <``number``>:: Local UDP port. UDPLITE.RADDR <``string``>:: Remote IP address and remote UDPLite port. -UDPLITE.RPORT <``integer``>:: +UDPLITE.RPORT <``number``>:: Remote UDP port. UID <``number``>:: -- 2.47.3