=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/man/Attic/man.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/man/Attic/man.c 1996/09/16 02:26:10 1.4 --- src/usr.bin/man/Attic/man.c 1997/01/15 23:42:52 1.5 *************** *** 1,4 **** ! /* $OpenBSD: man.c,v 1.4 1996/09/16 02:26:10 deraadt Exp $ */ /* $NetBSD: man.c,v 1.7 1995/09/28 06:05:34 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: man.c,v 1.5 1997/01/15 23:42:52 millert 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.4 1996/09/16 02:26:10 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.5 1997/01/15 23:42:52 millert Exp $"; #endif #endif /* not lint */ *************** *** 95,101 **** f_cat = f_how = 0; conffile = p_add = p_path = NULL; ! while ((ch = getopt(argc, argv, "-aC:cfhkM:m:P:w")) != EOF) switch (ch) { case 'a': f_all = 1; --- 95,101 ---- f_cat = f_how = 0; conffile = p_add = p_path = NULL; ! while ((ch = getopt(argc, argv, "-aC:cfhkM:m:P:w")) != -1) switch (ch) { case 'a': f_all = 1;