Blame SOURCES/0210-ip-link-fix-man-page-warnings.patch

049c96
From cca57c0deaee5dd9ac0a4dac4e8ed89bf8b57945 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Wed, 20 Jul 2016 22:56:33 +0200
049c96
Subject: [PATCH] ip-link: fix man page warnings
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1269528
049c96
Upstream Status: iproute2.git commit 1ab0f02f465b7
049c96
Conflicts: Context changes due to previously applied patch 29bb2373a8777
049c96
           ("geneve: add support to set flow label").
049c96
049c96
commit 1ab0f02f465b7bcc09798645d19236a500742e90
049c96
Author: Thomas Faivre <thomas.faivre@6wind.com>
049c96
Date:   Thu Jan 14 18:10:20 2016 +0100
049c96
049c96
    ip-link: fix man page warnings
049c96
049c96
    grff wrapper returns warnings when parsing the ip-link.8.in file.
049c96
049c96
    How to reproduce:
049c96
    $ man --warnings ip-link > /dev/null
049c96
    `R' is a string (producing the registered sign), not a macro.
049c96
    [...]
049c96
049c96
    Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
049c96
    Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
049c96
---
049c96
 man/man8/ip-link.8.in | 104 +++++++++++++++++++++++++-------------------------
049c96
 1 file changed, 52 insertions(+), 52 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 3ee1ad6..be572f6 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -270,28 +270,28 @@ the following additional arguments are supported:
049c96
 .BI link " DEVICE "
049c96
 .BI name " NAME "
049c96
 .BI type " vlan "
049c96
-.R " [ "
049c96
+[
049c96
 .BI protocol " VLAN_PROTO "
049c96
-.R " ] "
049c96
+]
049c96
 .BI id " VLANID "
049c96
-.R " [ "
049c96
+[
049c96
 .BR reorder_hdr " { " on " | " off " } "
049c96
-.R " ] "
049c96
-.R " [ "
049c96
+]
049c96
+[
049c96
 .BR gvrp " { " on " | " off " } "
049c96
-.R " ] "
049c96
-.R " [ "
049c96
+]
049c96
+[
049c96
 .BR mvrp " { " on " | " off " } "
049c96
-.R " ] "
049c96
-.R " [ "
049c96
+]
049c96
+[
049c96
 .BR loose_binding " { " on " | " off " } "
049c96
-.R " ] "
049c96
-.R " [ "
049c96
+]
049c96
+[
049c96
 .BI ingress-qos-map " QOS-MAP "
049c96
-.R " ] "
049c96
-.R " [ "
049c96
+]
049c96
+[
049c96
 .BI egress-qos-map " QOS-MAP "
049c96
-.R " ] "
049c96
+]
049c96
 
049c96
 .in +8
049c96
 .sp
049c96
@@ -328,44 +328,44 @@ the following additional arguments are supported:
049c96
 
049c96
 .BI "ip link add " DEVICE
049c96
 .BI type " vxlan " id " ID"
049c96
-.R " [ "
049c96
+[
049c96
 .BI dev " PHYS_DEV "
049c96
 .RB " ] [ { " group " | " remote " } "
049c96
 .I IPADDR
049c96
-.R " ] [ "
049c96
+] [
049c96
 .B local
049c96
 .RI "{ "IPADDR " | "any " } "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI ttl " TTL "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI tos " TOS "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI dstport " PORT "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI srcport " MIN MAX "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]learning "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]proxy "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]rsc "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]l2miss "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]l3miss "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]udpcsum "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]udp6zerocsumtx "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[no]udp6zerocsumrx "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI ageing " SECONDS "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI maxaddress " NUMBER "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .B gbp
049c96
-.R " ]"
049c96
+]
049c96
 
049c96
 .in +8
049c96
 .sp
049c96
@@ -507,17 +507,17 @@ the following additional arguments are supported:
049c96
 .BI "ip link add " DEVICE
049c96
 .BR type " { gre | ipip | sit } "
049c96
 .BI " remote " ADDR " local " ADDR
049c96
-.R " [ "
049c96
+[
049c96
 .BR encap " { fou | gue | none } "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI "encap-sport { " PORT " | auto } "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI "encap-dport " PORT
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I " [no]encap-csum "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I " [no]encap-remcsum "
049c96
-.R " ]"
049c96
+]
049c96
 
049c96
 .in +8
049c96
 .sp
049c96
@@ -563,25 +563,25 @@ the following additional arguments are supported:
049c96
 
049c96
 .BI "ip link add " DEVICE
049c96
 .BI type " { ip6gre | ip6gretap }  " remote " ADDR " local " ADDR
049c96
-.R " [ "
049c96
+[
049c96
 .I "[i|o]seq]"
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I "[i|o]key" KEY
049c96
-.R " ] [ "
049c96
+] [
049c96
 .I " [i|o]csum "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI hoplimit " TTL "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI encaplimit " ELIM "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI tclass " TCLASS "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI flowlabel " FLOWLABEL "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI "dscp inherit"
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI dev " PHYS_DEV "
049c96
-.R " ]"
049c96
+]
049c96
 
049c96
 .in +8
049c96
 .sp
049c96
@@ -686,13 +686,13 @@ the following additional arguments are supported:
049c96
 
049c96
 .BI "ip link add " DEVICE
049c96
 .BI type " geneve " id " ID " remote " IPADDR"
049c96
-.R " [ "
049c96
+[
049c96
 .BI ttl " TTL "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI tos " TOS "
049c96
-.R " ] [ "
049c96
+] [
049c96
 .BI flowlabel " FLOWLABEL "
049c96
-.R " ]"
049c96
+]
049c96
 
049c96
 .in +8
049c96
 .sp
049c96
-- 
049c96
1.8.3.1
049c96