From 4765108b7fc3b4edb3217b78787d658afad4c1ad Mon Sep 17 00:00:00 2001 From: charnier Date: Thu, 10 Jul 1997 06:41:33 +0000 Subject: Typo. --- usr.bin/fstat/fstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/fstat') diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index c790e89..d80809e 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif static const char rcsid[] = - "$Id$"; + "$Id: fstat.c,v 1.11 1997/07/08 11:02:48 charnier Exp $"; #endif /* not lint */ #include @@ -191,7 +191,7 @@ main(argc, argv) if (pflg++) usage(); if (!isdigit(*optarg)) { - warnx(" -p requires a process id"); + warnx("-p requires a process id"); usage(); } what = KERN_PROC_PID; -- cgit v1.1