naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

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

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