314af1dda2
- Add upstream suggested backports. - Make use of %%autosetup macro.
44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
From 34f2e1640c6d6a051116478011eb58f995a24076 Mon Sep 17 00:00:00 2001
|
||
From: Phil Sutter <psutter@redhat.com>
|
||
Date: Fri, 17 Mar 2017 22:47:27 +0100
|
||
Subject: [PATCH] Documentation fixes
|
||
|
||
---
|
||
man/man8/cbq.8 | 1 +
|
||
man/man8/ss.8 | 4 ++--
|
||
2 files changed, 3 insertions(+), 2 deletions(-)
|
||
create mode 100644 man/man8/cbq.8
|
||
|
||
diff --git a/man/man8/cbq.8 b/man/man8/cbq.8
|
||
new file mode 100644
|
||
index 0000000000000..bef35201f4eab
|
||
--- /dev/null
|
||
+++ b/man/man8/cbq.8
|
||
@@ -0,0 +1 @@
|
||
+.so man8/tc-cbq.8
|
||
diff --git a/man/man8/ss.8 b/man/man8/ss.8
|
||
index 8565ccb4814aa..5a85bee6a4b7a 100644
|
||
--- a/man/man8/ss.8
|
||
+++ b/man/man8/ss.8
|
||
@@ -319,7 +319,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 STATE-FILTER ] [ 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 (package iproute\-doc) for details regarding filters.
|
||
|
||
.SH STATE-FILTER
|
||
|
||
@@ -374,7 +374,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 iproutedoc)",
|
||
+.BR /usr/share/doc/iproute-doc/ss.ps " (package iproute\-doc)",
|
||
.br
|
||
.BR RFC " 793 "
|
||
- https://tools.ietf.org/rfc/rfc793.txt (TCP states)
|
||
--
|
||
2.13.1
|
||
|