vsock.7: srcfix: semantic newlines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-03-14 19:34:56 +01:00
parent 0a8a31e804
commit 9359ebce87
1 changed files with 3 additions and 1 deletions

View File

@ -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).