Jan Engelhardt
9786270974
- Update to new upstream release 4.4 - replace Debian specific paths and package names in man pages with SUSE ones OBS-URL: https://build.opensuse.org/request/show/353677 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=115
52 lines
1.8 KiB
Diff
52 lines
1.8 KiB
Diff
From: Michal Kubecek <mkubecek@suse.cz>
|
||
Date: Mon, 19 Oct 2015 14:11:00 +0200
|
||
Subject: man: fix documentation references in manual pages
|
||
Patch-mainline: Never, SUSE specific
|
||
References: bsc#949063
|
||
|
||
Some manual pages refer to Debian specific paths and package names.
|
||
Replace them by SUSE specific ones.
|
||
---
|
||
man/man8/lnstat.8 | 2 +-
|
||
man/man8/ss.8 | 4 ++--
|
||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||
|
||
diff --git a/man/man8/lnstat.8 b/man/man8/lnstat.8
|
||
index acd5f4a20522..738acd545f6a 100644
|
||
--- a/man/man8/lnstat.8
|
||
+++ b/man/man8/lnstat.8
|
||
@@ -255,7 +255,7 @@ route cache removal, therefore always zero.
|
||
|
||
.SH SEE ALSO
|
||
.BR ip (8),
|
||
-and /usr/share/doc/iproute-doc/README.lnstat (package iproute-doc on Debian)
|
||
+and /usr/share/doc/packages/iproute2/README.lnstat
|
||
.br
|
||
.SH AUTHOR
|
||
lnstat was written by Harald Welte <laforge@gnumonks.org>.
|
||
diff --git a/man/man8/ss.8 b/man/man8/ss.8
|
||
index f4d5264f3036..2be5295d58f3 100644
|
||
--- a/man/man8/ss.8
|
||
+++ b/man/man8/ss.8
|
||
@@ -131,7 +131,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 iproute2-doc) for details regarding filters.
|
||
|
||
.SH STATE-FILTER
|
||
|
||
@@ -186,7 +186,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/packages/iproute2/ss.* " (package iproute2-doc)"
|
||
.br
|
||
.BR RFC " 793 "
|
||
- https://tools.ietf.org/rfc/rfc793.txt (TCP states)
|
||
--
|
||
2.7.0
|
||
|