Date: Thu, 15 Mar 2001 12:46:05 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat inet.c main.c netstat.1 netstat.h Message-ID: <200103152046.f2FKk6d70157@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2001/03/15 12:46:05 PST Modified files: usr.bin/netstat inet.c main.c netstat.1 netstat.h Log: Add a -W flag that tells netstat not to truncate addresses even if they are too long for the column they're printed in. Move variable definitions out of netstat.h and into main.c. Clean up some warnings. Revision Changes Path 1.41 +14 -8 src/usr.bin/netstat/inet.c 1.39 +30 -4 src/usr.bin/netstat/main.c 1.26 +5 -2 src/usr.bin/netstat/netstat.1 1.20 +20 -19 src/usr.bin/netstat/netstat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103152046.f2FKk6d70157>