]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
veth.4: Minor fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 3 Oct 2017 19:07:05 +0000 (21:07 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 20 Oct 2017 08:22:58 +0000 (10:22 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/veth.4

index e2ebd843130077d65c5a9d3547e652bfec1a4465..c0c47d829811591360ebef3ca09b3bfa06f69437 100644 (file)
@@ -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)