naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0103-man-ip-ntable.8-Review-synopsis-section.patch

049c96
From 3482c7efe9f08c25761d27aa94a5acba69090c91 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 20:41:49 +0100
049c96
Subject: [PATCH] man: ip-ntable.8: Review synopsis section
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1251186
049c96
Upstream Status: iproute2.git commit 54beacc33464d
049c96
049c96
commit 54beacc33464d51db6c44f606d1be6cd75591c0d
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Wed Mar 2 19:20:01 2016 +0100
049c96
049c96
    man: ip-ntable.8: Review synopsis section
049c96
049c96
    The first line contained a c'n'p error, incorrectly listing 'ip address'
049c96
    syntax. Since PARAMS is used just once and there are not many other
049c96
    parameters to 'ip ntable change', state them inline and in addition to
049c96
    that clarify the possibility to pass multiple parameters at once.
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-ntable.8 | 39 ++++++++++++++++++++++-----------------
049c96
 1 file changed, 22 insertions(+), 17 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-ntable.8 b/man/man8/ip-ntable.8
049c96
index d903a17..2b95632 100644
049c96
--- a/man/man8/ip-ntable.8
049c96
+++ b/man/man8/ip-ntable.8
049c96
@@ -8,7 +8,7 @@ ip-ntable - neighbour table configuration
049c96
 .ti -8
049c96
 .B ip
049c96
 .RI "[ " OPTIONS " ]"
049c96
-.B address
049c96
+.B ntable
049c96
 .RI " { " COMMAND " | "
049c96
 .BR help " }"
049c96
 .sp
049c96
@@ -17,34 +17,39 @@ ip-ntable - neighbour table configuration
049c96
 .BR "ip ntable change name"
049c96
 .IR NAME " [ "
049c96
 .B dev
049c96
-.IR DEV " ] " PARMS
049c96
-
049c96
-.ti -8
049c96
-.IR PARMS " := { "
049c96
+.IR DEV " ] ["
049c96
 .B thresh1
049c96
-.IR VAL " | "
049c96
+.IR VAL " ] ["
049c96
 .B thresh2
049c96
-.IR VAL " | "
049c96
+.IR VAL " ] ["
049c96
 .B thresh3
049c96
-.IR VAL " | "
049c96
+.IR VAL " ] ["
049c96
 .B gc_int
049c96
-.IR MSEC " | "
049c96
+.IR MSEC " ] ["
049c96
 .B base_reachable
049c96
-.IR MSEC " | "
049c96
+.IR MSEC " ] ["
049c96
 .B retrans
049c96
-.IR MSEC " | " "gc_stale MSEC " " | "
049c96
+.IR MSEC " ] ["
049c96
+.B gc_stale
049c96
+.IR MSEC " ] ["
049c96
 .B delay_probe
049c96
-.IR MSEC " | " "queue LEN " " | "
049c96
+.IR MSEC " ] ["
049c96
+.B queue
049c96
+.IR LEN " ] ["
049c96
 .B app_probs
049c96
-.IR VAL " | "
049c96
+.IR VAL " ] ["
049c96
 .B ucast_probes
049c96
-.IR VAL " | " "mcast_probes VAL " " | "
049c96
+.IR VAL " ] ["
049c96
+.B mcast_probes
049c96
+.IR VAL " ] ["
049c96
 .B anycast_delay
049c96
-.IR MSEC " | "
049c96
+.IR MSEC " ] ["
049c96
 .B proxy_delay
049c96
-.IR MSEC " | " "proxy_queue LEN " " | "
049c96
+.IR MSEC " ] ["
049c96
+.B proxy_queue
049c96
+.IR LEN " ] ["
049c96
 .B locktime
049c96
-.IR MSEC " }"
049c96
+.IR MSEC " ]"
049c96
 
049c96
 .ti -8
049c96
 .BR "ip ntable show" " [ "
049c96
-- 
049c96
1.8.3.1
049c96