diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-03 23:36:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-03 23:36:16 +0000 |
commit | ecffb122d021349931c8c1eb07df2f57bc6fa92a (patch) | |
tree | 672e8b199ba77a6837ca4136807936855a7bf71c /usr.bin/kdump | |
parent | eeeaf44ac3ace7bf75dcc62da5f7c43467e75bf6 (diff) |
`l' before `n';
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/kdump.1 | 4 | ||||
-rw-r--r-- | usr.bin/kdump/kdump.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index 735b424f20d..9519b25068a 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kdump.1,v 1.15 2007/02/06 17:44:51 jmc Exp $ +.\" $OpenBSD: kdump.1,v 1.16 2007/03/03 23:36:15 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -38,7 +38,7 @@ .Sh SYNOPSIS .Nm kdump .Bk -words -.Op Fl dnlRTXx +.Op Fl dlnRTXx .Op Fl e Ar emulation .Op Fl f Ar file .Op Fl m Ar maxdata 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); } |