From aff34610f2e010bcb3aec3119f706bfb79aa6555 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Wed, 17 Nov 2010 18:02:12 +0100 Subject: [PATCH] improve netstat(8) man page (#614931) --- net-tools-1.60-man.patch | 13 +++++++++++++ net-tools.spec | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/net-tools-1.60-man.patch b/net-tools-1.60-man.patch index 2deac4a..f64057f 100644 --- a/net-tools-1.60-man.patch +++ b/net-tools-1.60-man.patch @@ -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" diff --git a/net-tools.spec b/net-tools.spec index 976ae74..cad2dbf 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -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 - 1.60-109 +- improve netstat(8) man page (#614931) + * Mon Nov 01 2010 Jiri Popelka - 1.60-108 - Added netstat(8) support for RcvbufErrors, SndbufErrors (BerliOS #17645)