From owner-cvs-usrbin Mon May 4 15:44:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19209 for cvs-usrbin-outgoing; Mon, 4 May 1998 15:44:21 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18677; Mon, 4 May 1998 15:41:33 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00210; Mon, 4 May 1998 15:26:57 -0700 (PDT) Date: Mon, 4 May 1998 15:26:57 -0700 (PDT) Message-Id: <199805042226.PAA00210@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/what what.1 what.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rnordier 1998/05/04 15:26:57 PDT Modified files: usr.bin/what what.1 what.c Log: Make compatible with standard what command: Implement -s option Keep going if a file is not found Append ':' to printed filenames Include backslash in terminal characters Make exit status dependent on a match having been found Revise manpage accordingly Revision Changes Path 1.9 +23 -19 src/usr.bin/what/what.1 1.4 +31 -8 src/usr.bin/what/what.c