forked from pool/iproute2
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 iproute<74>doc)",
|
|||
|
+.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
|
|||
|
|