From owner-cvs-usrbin Sat Jun 15 05:29:55 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA22905 for cvs-usrbin-outgoing; Sat, 15 Jun 1996 05:29:55 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA22890; Sat, 15 Jun 1996 05:29:50 -0700 (PDT) Date: Sat, 15 Jun 1996 05:29:50 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606151229.FAA22890@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/whereis whereis.pl Makefile whereis.1 whereis.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/06/15 05:29:49 Modified: usr.bin/whereis Makefile whereis.1 Added: usr.bin/whereis whereis.pl Removed: usr.bin/whereis whereis.c Log: A totally revamped whereis(1), bringing back all the functionality of the 4.3BSD command. Rewritten from scratch after the old man page, taking account for the different situation with man pages and source tree hierarchy (re: /usr/src/gnu) of the FreeBSD project. Reviewed by: wosch (actually loooong time ago) Revision Changes Path 1.2 +4 -2 src/usr.bin/whereis/Makefile 1.2 +87 -13 src/usr.bin/whereis/whereis.1