diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-10 06:41:33 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-10 06:41:33 +0000 |
commit | d49712cacf345940e9b27aeb5b8178877097001c (patch) | |
tree | d75ea099076ff1c04db767dc627856c6839092e4 /usr.bin | |
parent | 7a9059f331499b91ffbbc2aaebad5dd1b2d1b2e5 (diff) | |
download | src-d49712cacf345940e9b27aeb5b8178877097001c.tar.gz src-d49712cacf345940e9b27aeb5b8178877097001c.zip |
Typo.
Notes
Notes:
svn path=/head/; revision=27311
Diffstat (limited to 'usr.bin')
-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 c790e89b1b1d..d80809e38dc9 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; |