From 334299e22f4d9bdc73c7283cb52c464de4a9b842 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 18 Oct 2017 09:51:20 +0200 Subject: [PATCH] veth.4: ffix Signed-off-by: Michael Kerrisk --- man4/veth.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man4/veth.4 b/man4/veth.4 index 23c3b32b0..842318e31 100644 --- a/man4/veth.4 +++ b/man4/veth.4 @@ -69,11 +69,11 @@ network interface, using commands something like: .PP .in +4n .EX -# \fBip link add ve_A type veth peer name ve_B\fP # Create veth pair -# \fBethtool -S ve_A\fP # Discover interface index of peer +# \fBip link add ve_A type veth peer name ve_B\fP # Create veth pair +# \fBethtool -S ve_A\fP # Discover interface index of peer NIC statistics: peer_ifindex: 16 -# \fBip link | grep '^16:'\fP # Look up interface +# \fBip link | grep '^16:'\fP # Look up interface 16: ve_B@ve_A: mtu 1500 qdisc ... .EE .in