improve netstat(8) man page (#614931)
This commit is contained in:
parent
11c8bd4d0f
commit
aff34610f2
@ -130,3 +130,16 @@
|
|||||||
.I "\-s, \-\-short"
|
.I "\-s, \-\-short"
|
||||||
Den Kurznamen anzeigen. Dies ist der ab dem ersten Punkt abgeschnittene
|
Den Kurznamen anzeigen. Dies ist der ab dem ersten Punkt abgeschnittene
|
||||||
Rechnername.
|
Rechnername.
|
||||||
|
diff -up net-tools-1.60/man/en_US/netstat.8.man net-tools-1.60/man/en_US/netstat.8
|
||||||
|
--- net-tools-1.60/man/en_US/netstat.8.man 2001-01-07 13:43:57.000000000 +0100
|
||||||
|
+++ net-tools-1.60/man/en_US/netstat.8 2010-11-17 17:46:53.000000000 +0100
|
||||||
|
@@ -163,7 +163,8 @@ Show the PID and name of the program to
|
||||||
|
.SS "\-l, \-\-listening"
|
||||||
|
Show only listening sockets. (These are omitted by default.)
|
||||||
|
.SS "\-a, \-\-all"
|
||||||
|
-Show both listening and non-listening sockets. With the
|
||||||
|
+Show both listening and non-listening (for TCP this means established
|
||||||
|
+connections) sockets. With the
|
||||||
|
.B --interfaces
|
||||||
|
option, show interfaces that are not marked
|
||||||
|
.SS "\-F"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Basic networking tools
|
Summary: Basic networking tools
|
||||||
Name: net-tools
|
Name: net-tools
|
||||||
Version: 1.60
|
Version: 1.60
|
||||||
Release: 108%{?dist}
|
Release: 109%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://net-tools.berlios.de/
|
URL: http://net-tools.berlios.de/
|
||||||
@ -329,6 +329,9 @@ rm -rf %{buildroot}
|
|||||||
%config(noreplace) %{_sysconfdir}/ethers
|
%config(noreplace) %{_sysconfdir}/ethers
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 17 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-109
|
||||||
|
- improve netstat(8) man page (#614931)
|
||||||
|
|
||||||
* Mon Nov 01 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-108
|
* Mon Nov 01 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-108
|
||||||
- Added netstat(8) support for RcvbufErrors, SndbufErrors (BerliOS #17645)
|
- Added netstat(8) support for RcvbufErrors, SndbufErrors (BerliOS #17645)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user