naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0032-iproute2-ip-route.8.in-minor-fixes.patch

049c96
From 09a56dfad65188e4055cde50c0c15e10746205c7 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 18 Feb 2016 14:19:36 +0100
049c96
Subject: [PATCH] iproute2: ip-route.8.in: minor fixes
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1291832
049c96
Upstream Status: iproute2.git commit 4b8000f37ad5e
049c96
049c96
commit 4b8000f37ad5efe65c5dec0a1ea37192a9e05ae2
049c96
Author: Richard Godbee <richard@godbee.net>
049c96
Date:   Sun Aug 25 22:40:19 2013 -0400
049c96
049c96
    iproute2: ip-route.8.in: minor fixes
049c96
049c96
    In SYNOPSIS section:
049c96
049c96
     - Add 'reordering'
049c96
     - Add missing '[' before 'quickack'
049c96
049c96
    Signed-off-by: Richard Godbee <richard@godbee.net>
049c96
---
049c96
 man/man8/ip-route.8.in | 4 +++-
049c96
 1 file changed, 3 insertions(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in
049c96
index 24306bc..1275306 100644
049c96
--- a/man/man8/ip-route.8.in
049c96
+++ b/man/man8/ip-route.8.in
049c96
@@ -97,6 +97,8 @@ replace " } "
049c96
 .IR TIME " ] [ "
049c96
 .B  rttvar
049c96
 .IR TIME " ] [ "
049c96
+.B  reordering
049c96
+.IR NUMBER " ] [ "
049c96
 .B  window
049c96
 .IR NUMBER " ] [ "
049c96
 .B  cwnd
049c96
@@ -110,7 +112,7 @@ replace " } "
049c96
 .B  initcwnd
049c96
 .IR NUMBER " ] [ "
049c96
 .B  initrwnd
049c96
-.IR NUMBER " ]"
049c96
+.IR NUMBER " ] [ "
049c96
 .B  quickack
049c96
 .IR BOOL " ]"
049c96
 
049c96
-- 
049c96
1.8.3.1
049c96