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