naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

Blame SOURCES/0060-man-ip-route.8-ssthresh-parameter-is-NUMBER.patch

36cfb7
From b6de96b49af2751003d67ed4edbf91fd25cee19c Mon Sep 17 00:00:00 2001
36cfb7
From: Andrea Claudi <aclaudi@redhat.com>
36cfb7
Date: Mon, 25 Mar 2019 11:52:31 +0100
36cfb7
Subject: [PATCH] man: ip-route.8: ssthresh parameter is NUMBER
36cfb7
36cfb7
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1593628
36cfb7
Upstream Status: iproute2.git commit 79f49f58aaefe
36cfb7
36cfb7
commit 79f49f58aaefe11f677c8e072557b834a19f47f3
36cfb7
Author: Phil Sutter <phil@nwl.cc>
36cfb7
Date:   Thu Mar 22 15:00:38 2018 +0100
36cfb7
36cfb7
    man: ip-route.8: ssthresh parameter is NUMBER
36cfb7
36cfb7
    Synopsis section was inconsistent with regards to help text and later
36cfb7
    description of ssthresh parameter.
36cfb7
36cfb7
    Signed-off-by: Phil Sutter <phil@nwl.cc>
36cfb7
---
36cfb7
 man/man8/ip-route.8.in | 2 +-
36cfb7
 1 file changed, 1 insertion(+), 1 deletion(-)
36cfb7
36cfb7
diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in
36cfb7
index d9a547748c017..0616cf01740f3 100644
36cfb7
--- a/man/man8/ip-route.8.in
36cfb7
+++ b/man/man8/ip-route.8.in
36cfb7
@@ -120,7 +120,7 @@ replace " } "
36cfb7
 .B  cwnd
36cfb7
 .IR NUMBER " ] [ "
36cfb7
 .B  ssthresh
36cfb7
-.IR REALM " ] [ "
36cfb7
+.IR NUMBER " ] [ "
36cfb7
 .B  realms
36cfb7
 .IR REALM " ] [ "
36cfb7
 .B  rto_min
36cfb7
-- 
e138d9
2.21.0
36cfb7