From ad0e37403fd201548aeb2d8a9e1078678e85c9c9 Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Thu, 9 Mar 2017 12:56:14 +0000 Subject: [PATCH] man: Fix formatting of vrf parameter of ip-link show command Add missing opening " [" for the vrf parameter. Signed-off-by: Robert Shearman --- man/man8/ip-link.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 83ffb635..3f5d57c2 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -164,7 +164,7 @@ ip-link \- network device configuration .B master .IR DEVICE " ] [" .B type -.IR ETYPE " ]" +.IR ETYPE " ] [" .B vrf .IR NAME " ]"