From ea2a88d9fb0c89400c2130dbcd5cd18f310ff136 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 21 Jun 2002 06:43:48 +0000 Subject: [PATCH] Give a C rewriter the necessary credit. Requested by: Daniel Papasian --- usr.bin/which/which.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index b76b9a2f8ea..0b00b84f556 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -28,7 +28,8 @@ .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd January 26, 1995 +.\" +.Dd June 21, 2002 .Dt WHICH 1 .Os .Sh NAME @@ -74,7 +75,12 @@ command first appeared in .Xr locate 1 , .Xr whereis 1 .Sh AUTHORS -The PERL script for this more modern version of +.An -nosplit +The .Nm -was written by +utility was originally written in Perl and was contributed by .An Wolfram Schneider Aq wosch@FreeBSD.org . +The current version of +.Nm +was rewritten in C by +.An Daniel Papasian Aq dpapasia@andrew.cmu.edu .