From owner-cvs-usrsbin Mon Nov 4 09:14:58 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03733 for cvs-usrsbin-outgoing; Mon, 4 Nov 1996 09:14:58 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03713; Mon, 4 Nov 1996 09:14:46 -0800 (PST) Date: Mon, 4 Nov 1996 09:14:46 -0800 (PST) From: Bruce Evans Message-Id: <199611041714.JAA03713@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/slstat slstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/04 09:14:45 Modified: usr.sbin/slstat slstat.c Log: Fixed recently-introduced bugs: - `slstat' with no args dumped core. - `slstat unit' always failed with a "sysctl linkspecific" error. - the usage message was nonstandard. Fixed old bugs: - missing prototypes, Wformat errors, and other lint. Revision Changes Path 1.7 +32 -34 src/usr.sbin/slstat/slstat.c