Commit 1ab0f02f authored by Thomas Faivre's avatar Thomas Faivre Committed by Stephen Hemminger

ip-link: fix man page warnings

grff wrapper returns warnings when parsing the ip-link.8.in file.

How to reproduce:
$ man --warnings ip-link > /dev/null
`R' is a string (producing the registered sign), not a macro.
[...]
Signed-off-by: default avatarThomas Faivre <thomas.faivre@6wind.com>
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
parent 5cd64c97
...@@ -284,28 +284,28 @@ the following additional arguments are supported: ...@@ -284,28 +284,28 @@ the following additional arguments are supported:
.BI link " DEVICE " .BI link " DEVICE "
.BI name " NAME " .BI name " NAME "
.BI type " vlan " .BI type " vlan "
.R " [ " [
.BI protocol " VLAN_PROTO " .BI protocol " VLAN_PROTO "
.R " ] " ]
.BI id " VLANID " .BI id " VLANID "
.R " [ " [
.BR reorder_hdr " { " on " | " off " } " .BR reorder_hdr " { " on " | " off " } "
.R " ] " ]
.R " [ " [
.BR gvrp " { " on " | " off " } " .BR gvrp " { " on " | " off " } "
.R " ] " ]
.R " [ " [
.BR mvrp " { " on " | " off " } " .BR mvrp " { " on " | " off " } "
.R " ] " ]
.R " [ " [
.BR loose_binding " { " on " | " off " } " .BR loose_binding " { " on " | " off " } "
.R " ] " ]
.R " [ " [
.BI ingress-qos-map " QOS-MAP " .BI ingress-qos-map " QOS-MAP "
.R " ] " ]
.R " [ " [
.BI egress-qos-map " QOS-MAP " .BI egress-qos-map " QOS-MAP "
.R " ] " ]
.in +8 .in +8
.sp .sp
...@@ -386,44 +386,44 @@ the following additional arguments are supported: ...@@ -386,44 +386,44 @@ the following additional arguments are supported:
.BI "ip link add " DEVICE .BI "ip link add " DEVICE
.BI type " vxlan " id " ID" .BI type " vxlan " id " ID"
.R " [ " [
.BI dev " PHYS_DEV " .BI dev " PHYS_DEV "
.RB " ] [ { " group " | " remote " } " .RB " ] [ { " group " | " remote " } "
.I IPADDR .I IPADDR
.R " ] [ " ] [
.B local .B local
.RI "{ "IPADDR " | "any " } " .RI "{ "IPADDR " | "any " } "
.R " ] [ " ] [
.BI ttl " TTL " .BI ttl " TTL "
.R " ] [ " ] [
.BI tos " TOS " .BI tos " TOS "
.R " ] [ " ] [
.BI dstport " PORT " .BI dstport " PORT "
.R " ] [ " ] [
.BI srcport " MIN MAX " .BI srcport " MIN MAX "
.R " ] [ " ] [
.I "[no]learning " .I "[no]learning "
.R " ] [ " ] [
.I "[no]proxy " .I "[no]proxy "
.R " ] [ " ] [
.I "[no]rsc " .I "[no]rsc "
.R " ] [ " ] [
.I "[no]l2miss " .I "[no]l2miss "
.R " ] [ " ] [
.I "[no]l3miss " .I "[no]l3miss "
.R " ] [ " ] [
.I "[no]udpcsum " .I "[no]udpcsum "
.R " ] [ " ] [
.I "[no]udp6zerocsumtx " .I "[no]udp6zerocsumtx "
.R " ] [ " ] [
.I "[no]udp6zerocsumrx " .I "[no]udp6zerocsumrx "
.R " ] [ " ] [
.BI ageing " SECONDS " .BI ageing " SECONDS "
.R " ] [ " ] [
.BI maxaddress " NUMBER " .BI maxaddress " NUMBER "
.R " ] [ " ] [
.B gbp .B gbp
.R " ]" ]
.in +8 .in +8
.sp .sp
...@@ -565,17 +565,17 @@ the following additional arguments are supported: ...@@ -565,17 +565,17 @@ the following additional arguments are supported:
.BI "ip link add " DEVICE .BI "ip link add " DEVICE
.BR type " { gre | ipip | sit } " .BR type " { gre | ipip | sit } "
.BI " remote " ADDR " local " ADDR .BI " remote " ADDR " local " ADDR
.R " [ " [
.BR encap " { fou | gue | none } " .BR encap " { fou | gue | none } "
.R " ] [ " ] [
.BI "encap-sport { " PORT " | auto } " .BI "encap-sport { " PORT " | auto } "
.R " ] [ " ] [
.BI "encap-dport " PORT .BI "encap-dport " PORT
.R " ] [ " ] [
.I " [no]encap-csum " .I " [no]encap-csum "
.R " ] [ " ] [
.I " [no]encap-remcsum " .I " [no]encap-remcsum "
.R " ]" ]
.in +8 .in +8
.sp .sp
...@@ -621,25 +621,25 @@ the following additional arguments are supported: ...@@ -621,25 +621,25 @@ the following additional arguments are supported:
.BI "ip link add " DEVICE .BI "ip link add " DEVICE
.BI type " { ip6gre | ip6gretap } " remote " ADDR " local " ADDR .BI type " { ip6gre | ip6gretap } " remote " ADDR " local " ADDR
.R " [ " [
.I "[i|o]seq]" .I "[i|o]seq]"
.R " ] [ " ] [
.I "[i|o]key" KEY .I "[i|o]key" KEY
.R " ] [ " ] [
.I " [i|o]csum " .I " [i|o]csum "
.R " ] [ " ] [
.BI hoplimit " TTL " .BI hoplimit " TTL "
.R " ] [ " ] [
.BI encaplimit " ELIM " .BI encaplimit " ELIM "
.R " ] [ " ] [
.BI tclass " TCLASS " .BI tclass " TCLASS "
.R " ] [ " ] [
.BI flowlabel " FLOWLABEL " .BI flowlabel " FLOWLABEL "
.R " ] [ " ] [
.BI "dscp inherit" .BI "dscp inherit"
.R " ] [ " ] [
.BI dev " PHYS_DEV " .BI dev " PHYS_DEV "
.R " ]" ]
.in +8 .in +8
.sp .sp
...@@ -744,11 +744,11 @@ the following additional arguments are supported: ...@@ -744,11 +744,11 @@ the following additional arguments are supported:
.BI "ip link add " DEVICE .BI "ip link add " DEVICE
.BI type " geneve " id " ID " remote " IPADDR" .BI type " geneve " id " ID " remote " IPADDR"
.R " [ " [
.BI ttl " TTL " .BI ttl " TTL "
.R " ] [ " ] [
.BI tos " TOS " .BI tos " TOS "
.R " ]" ]
.in +8 .in +8
.sp .sp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment