vsock.7: ioctls are on /dev/vsock, not sockets

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alyssa Ross 2021-03-24 14:05:03 +00:00 committed by Michael Kerrisk
parent 7a3d084504
commit 99880a6727
1 changed files with 4 additions and 1 deletions

View File

@ -148,6 +148,9 @@ The local CID may change across live migration if the old CID is
not available on the new host.
Bound sockets are automatically updated to the new CID.
.SS Ioctls
The following ioctls are available on the
.IR /dev/vsock
device.
.TP
.B IOCTL_VM_SOCKETS_GET_LOCAL_CID
Get the CID of the local machine.
@ -156,7 +159,7 @@ The argument is a pointer to an
.IP
.in +4n
.EX
ioctl(socket, IOCTL_VM_SOCKETS_GET_LOCAL_CID, &cid);
ioctl(fd, IOCTL_VM_SOCKETS_GET_LOCAL_CID, &cid);
.EE
.in
.IP