diff mbox

[iproute2] man: Fix formatting of vrf parameter of ip-link show command

Message ID 1489064174-29504-1-git-send-email-rshearma@brocade.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Robert Shearman March 9, 2017, 12:56 p.m. UTC
Add missing opening " [" for the vrf parameter.

Signed-off-by: Robert Shearman <rshearma@brocade.com>
---
 man/man8/ip-link.8.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Hemminger March 10, 2017, 4:59 p.m. UTC | #1
On Thu, 9 Mar 2017 12:56:14 +0000
Robert Shearman <rshearma@brocade.com> wrote:

> Add missing opening " [" for the vrf parameter.
> 
> Signed-off-by: Robert Shearman <rshearma@brocade.com>

Applied
diff mbox

Patch

diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 83ffb6357f7d..3f5d57c28885 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 " ]"