From: Masatake YAMATO Date: Mon, 2 Oct 2023 14:15:59 +0000 (+0900) Subject: lsfd: (man) write about SOCK.SHUTDOWN column X-Git-Tag: v2.40-rc1~210^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0536fd829ad21d4d66ec03f2ca883125f306c6f9;p=thirdparty%2Futil-linux.git lsfd: (man) write about SOCK.SHUTDOWN column Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index 4149aabdf9..02e34e7b57 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -423,6 +423,19 @@ Inode identifying network namespace where the socket belongs to. SOCK.PROTONAME <``string``>:: Protocol name. +SOCK.SHUTDOWN <``string``>:: +Shutdown state of socket. ++ +[-r?]::: +If the first character is _r_, the receptions are allowed. +If it is _-_, the receptions are disallowed. +If it is _?_, the state is unknown. ++ +[-w?]::: +If the second character is _w_, the transmissions are allowed. +If it is _-_, the transmissions are disallowed. +If it is _?_, the state is unknown. + SOCK.STATE <``string``>:: State of socket.