- add note about -T to netstat

This commit is contained in:
Radek Vokál 2006-04-06 14:27:45 +00:00
parent bdfa7ff494
commit 53df30c253
2 changed files with 16 additions and 1 deletions

View File

@ -78,3 +78,15 @@
}
if(argc == optind + 1) {
--- net-tools-1.60/netstat.c.trim2 2006-04-06 16:12:02.000000000 +0200
+++ net-tools-1.60/netstat.c 2006-04-06 16:18:09.000000000 +0200
@@ -1737,7 +1737,8 @@
fprintf(stderr, _(" -a, --all, --listening display all sockets (default: connected)\n"));
fprintf(stderr, _(" -o, --timers display timers\n"));
fprintf(stderr, _(" -F, --fib display Forwarding Information Base (default)\n"));
- fprintf(stderr, _(" -C, --cache display routing cache instead of FIB\n\n"));
+ fprintf(stderr, _(" -C, --cache display routing cache instead of FIB\n"));
+ fprintf(stderr, _(" -T, --trim stop trimming long addresses\n"));
fprintf(stderr, _(" -Z, --context display SELinux security context for sockets\n\n"));
fprintf(stderr, _(" <Iface>: Name of interface to monitor/list.\n"));

View File

@ -3,7 +3,7 @@
Summary: Basic networking tools.
Name: net-tools
Version: 1.60
Release: 65
Release: 66
License: GPL
Group: System Environment/Base
Source0: http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-%{version}.tar.bz2
@ -231,6 +231,9 @@ exit 0
%{_sysconfdir}/rc.d/init.d/netplugd
%changelog
* Thu Apr 06 2006 Radek Vokál <rvokal@redhat.com> - 1.60-66
- add note about -T to netstat
* Thu Mar 30 2006 Radek Vokál <rvokal@redhat.com> - 1.60-65
- add note to ifconfig(8) about supported format for IPv4 addresses (#176661)