[iproute] Fix incorrect references in ss(8), #1092653

Petr Šabata psabata at fedoraproject.org
Tue May 6 13:58:38 UTC 2014


commit 931c6d0aabf3b98e59b12f66b2d96c3e991cb48b
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue May 6 15:58:56 2014 +0200

    Fix incorrect references in ss(8), #1092653

 iproute.spec    |    5 ++++-
 man-pages.patch |   22 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/iproute.spec b/iproute.spec
index 562ec8e..b329d86 100644
--- a/iproute.spec
+++ b/iproute.spec
@@ -2,7 +2,7 @@
 Summary:            Advanced IP routing and network device configuration tools
 Name:               iproute
 Version:            3.14.0
-Release:            1%{?dist}
+Release:            2%{?dist}
 Group:              Applications/System
 URL:                http://kernel.org/pub/linux/utils/net/%{name}2/
 Source0:            http://kernel.org/pub/linux/utils/net/%{name}2/%{name}2-%{version}.tar.gz
@@ -171,6 +171,9 @@ done
 %{_includedir}/libnetlink.h
 
 %changelog
+* Tue May 06 2014 Petr Šabata <contyk at redhat.com> - 3.14.0-2
+- Fix incorrect references in ss(8), #1092653
+
 * Tue Apr 15 2014 Petr Šabata <contyk at redhat.com> - 3.14.0-1
 - 3.14 bump
 - Drop out iplink_have_newlink() fix in favor of upstream's approach
diff --git a/man-pages.patch b/man-pages.patch
index 94e5bc9..425daa3 100644
--- a/man-pages.patch
+++ b/man-pages.patch
@@ -65,3 +65,25 @@ diff -up /dev/null iproute2-2.6.29/man/man8/ifcfg.8
 +
 +.SH SEE ALSO
 +.BR ip-cref.dvi
+diff --git a/man/man8/ss.8 b/man/man8/ss.8
+index 2a4bbc5..f4b9282 100644
+--- a/man/man8/ss.8
++++ b/man/man8/ss.8
+@@ -128,7 +128,7 @@ Read filter information from FILE.
+ Each line of FILE is interpreted like single command line option. If FILE is - stdin is used.
+ .TP
+ .B FILTER := [ state TCP-STATE ] [ EXPRESSION ]
+-Please take a look at the official documentation (Debian package iproute-doc) for details regarding filters.
++Please take a look at the official documentation (Debian package iproute\-doc) for details regarding filters.
+ .SH USAGE EXAMPLES
+ .TP
+ .B ss -t -a
+@@ -150,7 +150,7 @@ Find all local processes connected to X server.
+ List all the tcp sockets in state FIN-WAIT-1 for our apache to network 193.233.7/24 and look at their timers.
+ .SH SEE ALSO
+ .BR ip (8),
+-.BR /usr/share/doc/iproute-doc/ss.html " (package iproute­doc)"
++.BR /usr/share/doc/iproute-doc/ss.ps " (package iproute\-doc)"
+ .SH AUTHOR
+ .I ss 
+ was written by Alexey Kuznetosv, <kuznet at ms2.inr.ac.ru>.


More information about the scm-commits mailing list