]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tipc: fix UDP bearer synopsis
authorRichard Alpe <richard.alpe@ericsson.com>
Mon, 15 Aug 2016 08:24:31 +0000 (10:24 +0200)
committerStephen Hemminger <sthemmin@microsoft.com>
Wed, 17 Aug 2016 20:52:07 +0000 (13:52 -0700)
Local ip is not required to identify a UDP bearer and shouldn't be
passed to bearer disable, set or get. In this patch we remove the
localip entry from the synopsis of these functions.

Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
man/man8/tipc-bearer.8

index 50a1ed2452b17062d9fc3eff9bc5c2cc9374874a..846f1db0c950158cee14b0ef8292ec27a1514a25 100644 (file)
@@ -39,14 +39,12 @@ tipc-bearer \- show or modify TIPC bearers
 .B tipc bearer disable media
 .br
 .RB "{ { " eth " | " ib " } " device
-.IR DEVICE
+.IR "DEVICE " }
 .RB "|"
 .br
 .RB "{ " udp
 .B name
-.IR NAME
-.B localip
-.IR LOCALIP " } }"
+.IR NAME " }"
 .br
 
 .ti -8
@@ -65,9 +63,7 @@ tipc-bearer \- show or modify TIPC bearers
 .br
 .RB "{ " udp
 .B name
-.IR NAME
-.B localip
-.IR LOCALIP " } }"
+.IR NAME " }"
 .br
 
 .ti -8
@@ -80,9 +76,7 @@ tipc-bearer \- show or modify TIPC bearers
 .br
 .RB "{ " udp
 .B name
-.IR NAME
-.B localip
-.IR LOCALIP " } }"
+.IR NAME " }"
 .br
 
 .ti -8