proc.5: Reformat /proc/net/unix information as a list

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-06 14:15:16 +02:00
parent dbe6f88bf8
commit 756f55f601
1 changed files with 24 additions and 7 deletions

View File

@ -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.