aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-07-10 06:41:33 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-07-10 06:41:33 +0000
commitd49712cacf345940e9b27aeb5b8178877097001c (patch)
treed75ea099076ff1c04db767dc627856c6839092e4 /usr.bin/fstat/fstat.c
parent7a9059f331499b91ffbbc2aaebad5dd1b2d1b2e5 (diff)
downloadsrc-d49712cacf345940e9b27aeb5b8178877097001c.tar.gz
src-d49712cacf345940e9b27aeb5b8178877097001c.zip
Typo.
Notes
Notes: svn path=/head/; revision=27311
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-rw-r--r--usr.bin/fstat/fstat.c4
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;