Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ktrace Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/8bd03f4a9fc7
branches:  trunk
changeset: 586288:8bd03f4a9fc7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Dec 12 22:42:34 2005 +0000

description:
Sync usage with man page.

diffstat:

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

diffs (43 lines):

diff -r f3b575eae517 -r 8bd03f4a9fc7 usr.bin/ktrace/ktrace.c
--- a/usr.bin/ktrace/ktrace.c   Mon Dec 12 22:38:28 2005 +0000
+++ b/usr.bin/ktrace/ktrace.c   Mon Dec 12 22:42:34 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ktrace.c,v 1.38 2005/12/11 11:29:06 christos Exp $     */
+/*     $NetBSD: ktrace.c,v 1.39 2005/12/12 22:42:34 wiz 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.38 2005/12/11 11:29:06 christos Exp $");
+__RCSID("$NetBSD: ktrace.c,v 1.39 2005/12/12 22:42:34 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -296,19 +296,19 @@
 usage(void)
 {
 
-#define        TRPOINTS "[Aaceilmnsuvw+-]"
+#define        TRPOINTS "[AaceilmnsUuvw+-]"
 #ifdef KTRUSS
        (void)fprintf(stderr, "usage:\t%s "
-           "[-aCcdilRT] [-e emulation] [-f infile] [-g pgid] "
+           "[-aCcdilnRT] [-e emulation] [-f infile] [-g pgrp] "
            "[-m maxdata]\n\t    "
            "[-o outfile] [-p pid] [-t " TRPOINTS "]\n", getprogname());
        (void)fprintf(stderr, "\t%s "
-           "[-adiRT] [-e emulation] [-m maxdata] [-o outfile]\n\t    "
-           "[-t " TRPOINTS "] command\n",
+           "[-adinRT] [-e emulation] [-m maxdata] [-o outfile]\n\t    "
+           "[-t " TRPOINTS "] [-v vers] command\n",
            getprogname());
 #else
        (void)fprintf(stderr, "usage:\t%s "
-           "[-aCcdis] [-f trfile] [-g pgid] [-p pid] [-t " TRPOINTS "]\n",
+           "[-aCcdins] [-f trfile] [-g pgrp] [-p pid] [-t " TRPOINTS "]\n",
            getprogname());
        (void)fprintf(stderr, "\t%s "
            "[-adis] [-f trfile] [-t " TRPOINTS "] command\n",



Home | Main Index | Thread Index | Old Index