vsock.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-04-06 10:35:45 +02:00
parent 99880a6727
commit 241c425113
1 changed files with 5 additions and 4 deletions

View File

@ -91,10 +91,10 @@ a single machine.
.in +4n .in +4n
.EX .EX
struct sockaddr_vm { struct sockaddr_vm {
sa_family_t svm_family; /* Address family: AF_VSOCK */ sa_family_t svm_family; /* Address family: AF_VSOCK */
unsigned short svm_reserved1; unsigned short svm_reserved1;
unsigned int svm_port; /* Port # in host byte order */ unsigned int svm_port; /* Port # in host byte order */
unsigned int svm_cid; /* Address in host byte order */ unsigned int svm_cid; /* Address in host byte order */
unsigned char svm_zero[sizeof(struct sockaddr) \- unsigned char svm_zero[sizeof(struct sockaddr) \-
sizeof(sa_family_t) \- sizeof(sa_family_t) \-
sizeof(unsigned short) \- sizeof(unsigned short) \-
@ -236,7 +236,8 @@ Support for VMware (VMCI) has been available since Linux 3.9.
KVM (virtio) is supported since Linux 4.8. KVM (virtio) is supported since Linux 4.8.
Hyper-V is supported since Linux 4.14. Hyper-V is supported since Linux 4.14.
.PP .PP
VMADDR_CID_LOCAL is supported since Linux 5.6. .B VMADDR_CID_LOCAL
is supported since Linux 5.6.
.\" commit ef343b35d46667668a099655fca4a5b2e43a5dfe .\" commit ef343b35d46667668a099655fca4a5b2e43a5dfe
Local communication in the guest and on the host is available since Linux 5.6. Local communication in the guest and on the host is available since Linux 5.6.
Previous versions supported only local communication within a guest Previous versions supported only local communication within a guest