=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nfsstat/nfsstat.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/nfsstat/nfsstat.c 2008/06/12 19:14:15 1.30 --- src/usr.bin/nfsstat/nfsstat.c 2008/12/26 15:09:40 1.31 *************** *** 1,4 **** ! /* $OpenBSD: nfsstat.c,v 1.30 2008/06/12 19:14:15 thib Exp $ */ /* $NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: nfsstat.c,v 1.31 2008/12/26 15:09:40 sobrado Exp $ */ /* $NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $ */ /* *************** *** 44,50 **** static char sccsid[] = "from: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93"; static char *rcsid = "$NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $"; #else ! static char *rcsid = "$OpenBSD: nfsstat.c,v 1.30 2008/06/12 19:14:15 thib Exp $"; #endif #endif /* not lint */ --- 44,50 ---- static char sccsid[] = "from: @(#)nfsstat.c 8.1 (Berkeley) 6/6/93"; static char *rcsid = "$NetBSD: nfsstat.c,v 1.7 1996/03/03 17:21:30 thorpej Exp $"; #else ! static char *rcsid = "$OpenBSD: nfsstat.c,v 1.31 2008/12/26 15:09:40 sobrado Exp $"; #endif #endif /* not lint */ *************** *** 448,455 **** { extern char *__progname; ! fprintf(stderr, ! "usage: %s [-cs] [-M core] [-N system] [-w interval]\n", __progname); exit(1); } --- 448,454 ---- { extern char *__progname; ! fprintf(stderr, "usage: %s [-cs] [-M core] [-N system] [-w wait]\n", __progname); exit(1); }