From f390c26dd9214a3602049fa55835b2d367ef60df Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 19:58:13 +0000 Subject: Revert $FreeBSD$ to $Id$ --- usr.bin/which/which.1 | 2 +- usr.bin/which/which.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/which') diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index e0b9a52..e62c91e 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD diff --git a/usr.bin/which/which.pl b/usr.bin/which/which.pl index 5c53b0d..991e551 100755 --- a/usr.bin/which/which.pl +++ b/usr.bin/which/which.pl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $Id$ $all = $silent = $found = 0; @path = split(/:/, $ENV{'PATH'}); -- cgit v1.1