man: drop references to Debian-specific paths
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>
This commit is contained in:
parent
b760a8823a
commit
cd25876440
|
|
@ -254,8 +254,7 @@ Number of hash table list traversals for output traffic. Deprecated since IP
|
||||||
route cache removal, therefore always zero.
|
route cache removal, therefore always zero.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR ip (8),
|
.BR ip (8)
|
||||||
and /usr/share/doc/iproute-doc/README.lnstat (package iproute-doc on Debian)
|
|
||||||
.br
|
.br
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
lnstat was written by Harald Welte <laforge@gnumonks.org>.
|
lnstat was written by Harald Welte <laforge@gnumonks.org>.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
Each line of FILE is interpreted like single command line option. If FILE is - stdin is used.
|
||||||
.TP
|
.TP
|
||||||
.B FILTER := [ state STATE-FILTER ] [ EXPRESSION ]
|
.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
|
.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.
|
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
|
.SH SEE ALSO
|
||||||
.BR ip (8),
|
.BR ip (8),
|
||||||
.BR /usr/share/doc/iproute-doc/ss.html " (package iproutedoc)",
|
|
||||||
.br
|
.br
|
||||||
.BR RFC " 793 "
|
.BR RFC " 793 "
|
||||||
- https://tools.ietf.org/rfc/rfc793.txt (TCP states)
|
- https://tools.ietf.org/rfc/rfc793.txt (TCP states)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue