From 756f55f60128305123dec89e78adff5bcf30a333 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 6 Apr 2015 14:15:16 +0200 Subject: [PATCH] proc.5: Reformat /proc/net/unix information as a list Signed-off-by: Michael Kerrisk --- man5/proc.5 | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index c666f760c..b3e491637 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -2791,14 +2791,31 @@ Num RefCount Protocol Flags Type St Path .sp .5 .fi -Here "Num" is the kernel table slot number, "RefCount" is the number -of users of the socket, "Protocol" is currently always 0, "Flags" -represent the internal kernel flags holding the status of the -socket. -Currently, type is always "1" (UNIX domain datagram sockets are +The fields are as follows: +.RS +.TP 10 +.IR Num : +the kernel table slot number. +.TP +.IR RefCount : +the number of users of the socket. +.TP +.IR Protocol : +currently always 0. +.TP +.IR Flags : +the internal kernel flags holding the status of the socket. +.TP +.IR Type : +always "1" (UNIX domain datagram sockets are not yet supported in the kernel). -\&"St" is the internal state of the -socket and Path is the bound path (if any) of the socket. +.TP +.IR St : +the internal state of the socket. +.TP +.IR Path : +the bound path (if any) of the socket. +.RE .TP .I /proc/net/netfilter/nfnetlink_queue This file contains information about netfilter userspace queueing, if used.