From eab9cf18f8a7656371e50801cf8ea4b522e809e0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 3 Oct 2017 21:07:05 +0200 Subject: [PATCH] veth.4: Minor fixes Signed-off-by: Michael Kerrisk --- man4/veth.4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man4/veth.4 b/man4/veth.4 index e2ebd8431..c0c47d829 100644 --- a/man4/veth.4 +++ b/man4/veth.4 @@ -31,8 +31,8 @@ The .B veth devices are virtual Ethernet devices. They can act as tunnels between network namespaces to create -a bridge to a physical network device in another namespace, but -can also be used as standalone network devices. +a bridge to a physical network device in another namespace, +but can also be used as standalone network devices. .PP .B veth devices are always created in interconnected pairs. @@ -51,7 +51,7 @@ and are the names assigned to the two connected end points. interconnected with each other. .PP -Packets transmitted on one device in the pair are immediately received on +Packets transmitted on one device in the pair are immediately received on the other device. When either devices is down the link state of the pair is down. .PP @@ -70,4 +70,5 @@ device, and to find the peer network interface. .SH "SEE ALSO" .BR clone (2), .BR ip (8), -.BR ip-link (8) +.BR ip-link (8), +.BR ip-netns (8)