proc.5 Add missing Inode field to /proc/net/unix

Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Witten 2019-03-07 10:33:26 +01:00 committed by Michael Kerrisk
parent 335c23653f
commit 9d30b1a69a
1 changed files with 6 additions and 3 deletions

View File

@ -3947,9 +3947,9 @@ The format is:
.IP .IP
.in 1n .in 1n
.EX .EX
Num RefCount Protocol Flags Type St Path Num RefCount Protocol Flags Type St Inode Path
0: 00000002 00000000 00000000 0001 03 0: 00000002 00000000 00000000 0001 03 42
1: 00000001 00000000 00010000 0001 01 /dev/printer 1: 00000001 00000000 00010000 0001 01 1948 /dev/printer
.EE .EE
.in .in
.IP .IP
@ -3981,6 +3981,9 @@ sockets, it is 0005.
.IR St : .IR St :
the internal state of the socket. the internal state of the socket.
.TP .TP
.IR Inode :
the inode number of the socket.
.TP
.IR Path : .IR Path :
the bound pathname (if any) of the socket. the bound pathname (if any) of the socket.
Sockets in the abstract namespace are included in the list, Sockets in the abstract namespace are included in the list,