=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/man/Attic/man.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/man/Attic/man.c 2003/06/03 02:56:12 1.25 +++ src/usr.bin/man/Attic/man.c 2003/06/10 22:20:48 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: man.c,v 1.25 2003/06/03 02:56:12 millert Exp $ */ +/* $OpenBSD: man.c,v 1.26 2003/06/10 22:20:48 deraadt Exp $ */ /* $NetBSD: man.c,v 1.7 1995/09/28 06:05:34 tls Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95"; #else -static char rcsid[] = "$OpenBSD: man.c,v 1.25 2003/06/03 02:56:12 millert Exp $"; +static char rcsid[] = "$OpenBSD: man.c,v 1.26 2003/06/10 22:20:48 deraadt Exp $"; #endif #endif /* not lint */ @@ -406,10 +406,7 @@ * Search the manuals for the pages. */ static int -manual(page, tag, pg) - char *page; - TAG *tag; - glob_t *pg; +manual(char *page, TAG *tag, glob_t *pg) { ENTRY *ep, *e_sufp, *e_tag; TAG *missp, *sufp;