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