=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/apropos/Attic/apropos.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/apropos/Attic/apropos.c 1997/11/30 05:30:36 1.6 --- src/usr.bin/apropos/Attic/apropos.c 2000/11/20 14:03:31 1.7 *************** *** 1,4 **** ! /* $OpenBSD: apropos.c,v 1.6 1997/11/30 05:30:36 deraadt Exp $ */ /* $NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: apropos.c,v 1.7 2000/11/20 14:03:31 deraadt Exp $ */ /* $NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 tls Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95"; #else ! static char rcsid[] = "$OpenBSD: apropos.c,v 1.6 1997/11/30 05:30:36 deraadt Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95"; #else ! static char rcsid[] = "$OpenBSD: apropos.c,v 1.7 2000/11/20 14:03:31 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 228,233 **** { (void)fprintf(stderr, ! "usage: apropos [-C file] [-M path] [-m path] keyword ...\n"); exit(1); } --- 228,233 ---- { (void)fprintf(stderr, ! "usage: apropos [-C file] [-M path] [-m path] keyword [...]\n"); exit(1); }