Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/crash mention the default for core too.



details:   https://anonhg.NetBSD.org/src/rev/3ccad25d8d20
branches:  trunk
changeset: 332730:3ccad25d8d20
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 06 13:14:36 2014 +0000

description:
mention the default for core too.

diffstat:

 usr.sbin/crash/crash.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d38750d8d810 -r 3ccad25d8d20 usr.sbin/crash/crash.c
--- a/usr.sbin/crash/crash.c    Mon Oct 06 10:37:20 2014 +0000
+++ b/usr.sbin/crash/crash.c    Mon Oct 06 13:14:36 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crash.c,v 1.7 2014/10/05 23:08:01 wiz Exp $    */
+/*     $NetBSD: crash.c,v 1.8 2014/10/06 13:14:36 christos Exp $       */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: crash.c,v 1.7 2014/10/05 23:08:01 wiz Exp $");
+__RCSID("$NetBSD: crash.c,v 1.8 2014/10/06 13:14:36 christos Exp $");
 #endif /* not lint */
 
 #include <ddb/ddb.h>
@@ -307,7 +307,7 @@
 
        fprintf(stderr,
            "usage: %s [-w] [-M core] [-N kernel]\n\n"
-           "-M core\tspecify memory file\n"
+           "-M core\tspecify memory file (default /dev/mem)\n"
            "-N kernel\tspecify name list file (default /dev/ksyms)\n",
            getprogname());
        exit(EXIT_FAILURE);



Home | Main Index | Thread Index | Old Index