From 9359ebce873e548fcabf044aab07633ddd737c53 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 14 Mar 2020 19:34:56 +0100 Subject: [PATCH] vsock.7: srcfix: semantic newlines Signed-off-by: Michael Kerrisk --- man7/vsock.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man7/vsock.7 b/man7/vsock.7 index 5cc63f646..5ddfc9d44 100644 --- a/man7/vsock.7 +++ b/man7/vsock.7 @@ -166,7 +166,8 @@ when binding instead of getting the local CID with .BR IOCTL_VM_SOCKETS_GET_LOCAL_CID . .SS Local communication .B VMADDR_CID_LOCAL -(1) directs packets to the same host that generated them. This is useful +(1) directs packets to the same host that generated them. +This is useful for testing applications on a single host and for debugging. .PP The local CID obtained with @@ -233,6 +234,7 @@ 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. +.\" 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 (not on the host), and with only some transports (VMCI and virtio).