]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man: drop references to Debian-specific paths
authorLuca Boccassi <bluca@debian.org>
Sat, 30 Dec 2017 10:31:14 +0000 (11:31 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 30 Dec 2017 17:43:47 +0000 (09:43 -0800)
Documentation should be distribution-agnostic - any specific quirks
should be handled by downstream maintainers, if necessary.
Remove mentions of Debian paths and package names.

Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/lnstat.8
man/man8/ss.8

index acd5f4a20522abd018f951fbbc76dde01bd9ca0a..b98241bf56f5c3d3bca5fd563e3184519f74d84b 100644 (file)
@@ -254,8 +254,7 @@ Number of hash table list traversals for output traffic. Deprecated since IP
 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)
+.BR ip (8)
 .br
 .SH AUTHOR
 lnstat was written by Harald Welte <laforge@gnumonks.org>.
index 0d526734594b411a781c007d2264a6aace75bca3..973afbe0b386b8506424ea1a83f7310d8927b317 100644 (file)
@@ -327,7 +327,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 for details regarding filters.
 
 .SH STATE-FILTER
 
@@ -382,7 +382,6 @@ 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
 .BR RFC " 793 "
 - https://tools.ietf.org/rfc/rfc793.txt (TCP states)