=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/man/Attic/man.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/man/Attic/man.c 2002/09/17 19:37:39 1.21 --- src/usr.bin/man/Attic/man.c 2002/11/23 18:43:29 1.22 *************** *** 1,4 **** ! /* $OpenBSD: man.c,v 1.21 2002/09/17 19:37:39 deraadt Exp $ */ /* $NetBSD: man.c,v 1.7 1995/09/28 06:05:34 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: man.c,v 1.22 2002/11/23 18:43:29 espie Exp $ */ /* $NetBSD: man.c,v 1.7 1995/09/28 06:05:34 tls Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95"; #else ! static char rcsid[] = "$OpenBSD: man.c,v 1.21 2002/09/17 19:37:39 deraadt Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95"; #else ! static char rcsid[] = "$OpenBSD: man.c,v 1.22 2002/11/23 18:43:29 espie Exp $"; #endif #endif /* not lint */ *************** *** 138,145 **** machine = optarg; break; /* ! * The -f and -k options are backward compatible, ! * undocumented ways of calling whatis(1) and apropos(1). */ case 'f': jump(argv, "-f", "whatis"); --- 138,145 ---- machine = optarg; break; /* ! * The -f and -k options are backward compatible ! * ways of calling whatis(1) and apropos(1). */ case 'f': jump(argv, "-f", "whatis");