veth.4: Minor fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-03 21:07:05 +02:00
parent 9354c155a0
commit eab9cf18f8
1 changed files with 5 additions and 4 deletions

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