From: Robert Shearman Date: Thu, 9 Mar 2017 12:56:14 +0000 (+0000) Subject: man: Fix formatting of vrf parameter of ip-link show command X-Git-Tag: v4.11.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0e37403fd201548aeb2d8a9e1078678e85c9c9;p=thirdparty%2Fiproute2.git man: Fix formatting of vrf parameter of ip-link show command Add missing opening " [" for the vrf parameter. Signed-off-by: Robert Shearman --- diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 83ffb6357..3f5d57c28 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 " ]"