really ought to be merged with hayes, but this will do for now...
[unix-history] / usr / src / old / whereis / whereis.c
index daf376e..a88fb8b 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)whereis.c   4.10 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)whereis.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <sys/dir.h>
 
 #include <sys/param.h>
 #include <sys/dir.h>
@@ -31,6 +43,9 @@ static char *mandirs[] = {
        "/usr/man/man6",
        "/usr/man/man7",
        "/usr/man/man8",
        "/usr/man/man6",
        "/usr/man/man7",
        "/usr/man/man8",
+       "/usr/man/manl",
+       "/usr/man/mann",
+       "/usr/man/mano",
        0
 };
 static char *srcdirs[]  = {
        0
 };
 static char *srcdirs[]  = {