diff options
author | charnier <charnier@FreeBSD.org> | 1997-07-10 06:41:33 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-07-10 06:41:33 +0000 |
commit | 4765108b7fc3b4edb3217b78787d658afad4c1ad (patch) | |
tree | 41109f5ec8cccacd7bd5fdb18ee61d10a4af41c8 /usr.bin/fstat | |
parent | 61f12296a08c5aef14e1fa835477c164f68a2558 (diff) | |
download | FreeBSD-src-4765108b7fc3b4edb3217b78787d658afad4c1ad.zip FreeBSD-src-4765108b7fc3b4edb3217b78787d658afad4c1ad.tar.gz |
Typo.
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h> @@ -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; |