summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-03-03 23:36:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-03-03 23:36:16 +0000
commitecffb122d021349931c8c1eb07df2f57bc6fa92a (patch)
tree672e8b199ba77a6837ca4136807936855a7bf71c /usr.bin/kdump/kdump.c
parenteeeaf44ac3ace7bf75dcc62da5f7c43467e75bf6 (diff)
`l' before `n';
Diffstat (limited to 'usr.bin/kdump/kdump.c')
-rw-r--r--usr.bin/kdump/kdump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index 0de032be023..0de8114c8ae 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kdump.c,v 1.37 2006/05/17 02:12:17 tedu Exp $ */
+/* $OpenBSD: kdump.c,v 1.38 2007/03/03 23:36:15 jmc Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@ static const char copyright[] =
#if 0
static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95";
#endif
-static const char rcsid[] = "$OpenBSD: kdump.c,v 1.37 2006/05/17 02:12:17 tedu Exp $";
+static const char rcsid[] = "$OpenBSD: kdump.c,v 1.38 2007/03/03 23:36:15 jmc Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -657,7 +657,7 @@ usage(void)
extern char *__progname;
fprintf(stderr, "usage: %s "
- "[-dnlRTXx] [-e emulation] [-p pid] [-f trfile] [-m maxdata] "
+ "[-dlnRTXx] [-e emulation] [-p pid] [-f trfile] [-m maxdata] "
"[-t [ceinsw]]\n", __progname);
exit(1);
}