Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ktrace update usage



details:   https://anonhg.NetBSD.org/src/rev/3d627932e8ac
branches:  trunk
changeset: 761697:3d627932e8ac
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 05 15:22:17 2011 +0000

description:
update usage

diffstat:

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

diffs (27 lines):

diff -r 729a14a8f330 -r 3d627932e8ac usr.bin/ktrace/ktrace.c
--- a/usr.bin/ktrace/ktrace.c   Sat Feb 05 14:12:05 2011 +0000
+++ b/usr.bin/ktrace/ktrace.c   Sat Feb 05 15:22:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ktrace.c,v 1.43 2009/01/11 03:05:23 christos Exp $     */
+/*     $NetBSD: ktrace.c,v 1.44 2011/02/05 15:22:17 yamt Exp $ */
 
 /*-
  * Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)ktrace.c   8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: ktrace.c,v 1.43 2009/01/11 03:05:23 christos Exp $");
+__RCSID("$NetBSD: ktrace.c,v 1.44 2011/02/05 15:22:17 yamt Exp $");
 #endif
 #endif /* not lint */
 
@@ -296,7 +296,7 @@
 usage(void)
 {
 
-#define        TRPOINTS "[AaceilmnsUuvw+-]"
+#define        TRPOINTS "[AaceilmnSsuvw+-]"
 #ifdef KTRUSS
        (void)fprintf(stderr, "usage:\t%s "
            "[-aCcdilnRT] [-e emulation] [-f infile] [-g pgrp] "



Home | Main Index | Thread Index | Old Index