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)