--- archie.c.orig Sat May 21 05:11:43 1994 +++ archie.c Sat Nov 11 03:53:49 2000 @@ -160,7 +160,7 @@ char *host; int i; - archie = lpopen("type archie", "r"); + archie = lpopen("which archie", "r"); if (fgets(string, sizeof(string), archie) != NULL) { if ((cp = bsdstrstr(string, "not found")) != NULL) { lpclose(archie);