naccyde / rpms / iproute

Forked from rpms/iproute 8 months ago
Clone

Blame SOURCES/0022-man-ip.8-add-reference-to-mptcp-man-page.patch

07a51b
From c2e8f8b4c1980c773b967953b795f81942e209fb Mon Sep 17 00:00:00 2001
07a51b
From: Andrea Claudi <aclaudi@redhat.com>
07a51b
Date: Thu, 4 Jun 2020 19:28:45 +0200
07a51b
Subject: [PATCH] man: ip.8: add reference to mptcp man-page
07a51b
07a51b
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1812207
07a51b
Upstream Status: unknown commit 0c42c6b130196
07a51b
07a51b
commit 0c42c6b130196d1d7e87acc5122f8fd325e75c5b
07a51b
Author: Paolo Abeni <pabeni@redhat.com>
07a51b
Date:   Wed Apr 29 19:17:22 2020 +0200
07a51b
07a51b
    man: ip.8: add reference to mptcp man-page
07a51b
07a51b
    While at it, additionally fix a mandoc warning in mptcp.8
07a51b
07a51b
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>
07a51b
    Signed-off-by: David Ahern <dsahern@gmail.com>
07a51b
---
07a51b
 man/man8/ip-mptcp.8 | 1 -
07a51b
 man/man8/ip.8       | 7 ++++++-
07a51b
 2 files changed, 6 insertions(+), 2 deletions(-)
07a51b
07a51b
diff --git a/man/man8/ip-mptcp.8 b/man/man8/ip-mptcp.8
07a51b
index f6457e97efbe8..ef8409ea4a24d 100644
07a51b
--- a/man/man8/ip-mptcp.8
07a51b
+++ b/man/man8/ip-mptcp.8
07a51b
@@ -2,7 +2,6 @@
07a51b
 .SH "NAME"
07a51b
 ip-mptcp \- MPTCP path manager configuration
07a51b
 .SH "SYNOPSIS"
07a51b
-.sp
07a51b
 .ad l
07a51b
 .in +8
07a51b
 .ti -8
07a51b
diff --git a/man/man8/ip.8 b/man/man8/ip.8
07a51b
index c425aaf1d506e..f391237b4fcae 100644
07a51b
--- a/man/man8/ip.8
07a51b
+++ b/man/man8/ip.8
07a51b
@@ -22,7 +22,7 @@ ip \- show / manipulate routing, network devices, interfaces and tunnels
07a51b
 .BR link " | " address " | " addrlabel " | " route " | " rule " | " neigh " | "\
07a51b
  ntable " | " tunnel " | " tuntap " | " maddress " | "  mroute " | " mrule " | "\
07a51b
  monitor " | " xfrm " | " netns " | "  l2tp " | "  tcp_metrics " | " token " | "\
07a51b
- macsec " | " vrf " }"
07a51b
+ macsec " | " vrf " | " mptcp " }"
07a51b
 .sp
07a51b
 
07a51b
 .ti -8
07a51b
@@ -268,6 +268,10 @@ readability.
07a51b
 .B monitor
07a51b
 - watch for netlink messages.
07a51b
 
07a51b
+.TP
07a51b
+.B mptcp
07a51b
+- manage MPTCP path manager.
07a51b
+
07a51b
 .TP
07a51b
 .B mroute
07a51b
 - multicast routing cache entry.
07a51b
@@ -406,6 +410,7 @@ was written by Alexey N. Kuznetsov and added in Linux 2.2.
07a51b
 .BR ip-link (8),
07a51b
 .BR ip-maddress (8),
07a51b
 .BR ip-monitor (8),
07a51b
+.BR ip-mptcp (8),
07a51b
 .BR ip-mroute (8),
07a51b
 .BR ip-neighbour (8),
07a51b
 .BR ip-netns (8),
07a51b
-- 
07a51b
2.26.2
07a51b