From 241c425113d45833ec7f61374ed989d8ba5752d8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 6 Apr 2021 10:35:45 +0200 Subject: [PATCH] vsock.7: ffix Signed-off-by: Michael Kerrisk --- man7/vsock.7 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man7/vsock.7 b/man7/vsock.7 index 7aa572d4b..83066f525 100644 --- a/man7/vsock.7 +++ b/man7/vsock.7 @@ -91,10 +91,10 @@ a single machine. .in +4n .EX 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 int svm_port; /* Port # in host byte order */ - unsigned int svm_cid; /* Address in host byte order */ + unsigned int svm_port; /* Port # in host byte order */ + unsigned int svm_cid; /* Address in host byte order */ unsigned char svm_zero[sizeof(struct sockaddr) \- sizeof(sa_family_t) \- 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. Hyper-V is supported since Linux 4.14. .PP -VMADDR_CID_LOCAL is supported since Linux 5.6. +.B VMADDR_CID_LOCAL +is supported since Linux 5.6. .\" commit ef343b35d46667668a099655fca4a5b2e43a5dfe Local communication in the guest and on the host is available since Linux 5.6. Previous versions supported only local communication within a guest