improve netstat(8) man page (#614931)

This commit is contained in:
Jiri Popelka 2010-11-17 18:02:12 +01:00
parent 11c8bd4d0f
commit aff34610f2
2 changed files with 17 additions and 1 deletions

View File

@ -130,3 +130,16 @@
.I "\-s, \-\-short"
Den Kurznamen anzeigen. Dies ist der ab dem ersten Punkt abgeschnittene
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"

View File

@ -1,7 +1,7 @@
Summary: Basic networking tools
Name: net-tools
Version: 1.60
Release: 108%{?dist}
Release: 109%{?dist}
License: GPL+
Group: System Environment/Base
URL: http://net-tools.berlios.de/
@ -329,6 +329,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ethers
%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
- Added netstat(8) support for RcvbufErrors, SndbufErrors (BerliOS #17645)