naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

Blame SOURCES/iproute2-3.10.0-man-ip-Add-missing-details-option.patch

a4b897
From 4634f27c656a5fad22f6ed93963b78947450907f Mon Sep 17 00:00:00 2001
a4b897
From: vadimk <vadim4j@gmail.com>
a4b897
Date: Mon, 27 Oct 2014 17:22:58 +0200
a4b897
Subject: [PATCH] man ip: Add missing '-details' option
a4b897
a4b897
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
a4b897
---
a4b897
 man/man8/ip.8 | 4 ++++
a4b897
 1 file changed, 4 insertions(+)
a4b897
a4b897
diff --git a/man/man8/ip.8 b/man/man8/ip.8
a4b897
index 0713756..0bae59e 100644
a4b897
--- a/man/man8/ip.8
a4b897
+++ b/man/man8/ip.8
a4b897
@@ -60,6 +60,10 @@ appears twice or more, the amount of information increases.
a4b897
 As a rule, the information is statistics or some time values.
a4b897
 
a4b897
 .TP
a4b897
+.BR "\-d" , " \-details"
a4b897
+Output more detailed information.
a4b897
+
a4b897
+.TP
a4b897
 .BR "\-l" , " \-loops " <COUNT>
a4b897
 Specify maximum number of loops the 'ip addr flush' logic
a4b897
 will attempt before giving up.  The default is 10.
a4b897
-- 
a4b897
1.8.3.1
a4b897