=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fstat/fstat.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/fstat/fstat.c 2002/02/16 21:27:46 1.35 +++ src/usr.bin/fstat/fstat.c 2002/03/14 06:51:41 1.36 @@ -1,4 +1,4 @@ -/* $OpenBSD: fstat.c,v 1.35 2002/02/16 21:27:46 millert Exp $ */ +/* $OpenBSD: fstat.c,v 1.36 2002/03/14 06:51:41 mpech Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -41,7 +41,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$OpenBSD: fstat.c,v 1.35 2002/02/16 21:27:46 millert Exp $"; +static char *rcsid = "$OpenBSD: fstat.c,v 1.36 2002/03/14 06:51:41 mpech Exp $"; #endif /* not lint */ #include @@ -199,7 +199,7 @@ if (pflg++) usage(); if (!isdigit(*optarg)) { - warnx( "-p requires a process id\n"); + warnx( "-p requires a process id"); usage(); } what = KERN_PROC_PID;