From owner-cvs-usrbin Sat Apr 13 04:37:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18721 for cvs-usrbin-outgoing; Sat, 13 Apr 1996 04:37:25 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18685 Sat, 13 Apr 1996 04:35:56 -0700 (PDT) Date: Sat, 13 Apr 1996 04:35:56 -0700 (PDT) From: Bruce Evans Message-Id: <199604131135.EAA18685@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/wc wc.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 04:35:55 Modified: usr.bin/wc wc.c Log: Changed all per-file errors to warnings. Exit with a nonzero status of if there was a per-file error. My test case of `wc /proc/curproc/*' works reasonably now (much like `size /proc/curproc/*'. Reviewed by: wosch Revision Changes Path 1.4 +48 -55 src/usr.bin/wc/wc.c