Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ddb "p" should be an alias for "print", and was until "p...
details: https://anonhg.NetBSD.org/src/rev/47b054293f29
branches: trunk
changeset: 486223:47b054293f29
user: jhawk <jhawk%NetBSD.org@localhost>
date: Mon May 15 19:56:43 2000 +0000
description:
"p" should be an alias for "print", and was until "ps" was added.
Now it is, again.
diffstat:
sys/ddb/db_command.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 89c234d84dc2 -r 47b054293f29 sys/ddb/db_command.c
--- a/sys/ddb/db_command.c Mon May 15 17:11:29 2000 +0000
+++ b/sys/ddb/db_command.c Mon May 15 19:56:43 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_command.c,v 1.38 2000/04/13 22:48:29 jhawk Exp $ */
+/* $NetBSD: db_command.c,v 1.39 2000/05/15 19:56:43 jhawk Exp $ */
/*
* Mach Operating System
@@ -469,6 +469,7 @@
#endif
{ "match", db_trace_until_matching_cmd,0, NULL },
{ "next", db_trace_until_matching_cmd,0, NULL },
+ { "p", db_print_cmd, 0, NULL },
{ "print", db_print_cmd, 0, NULL },
{ "ps", db_show_all_procs, 0, NULL },
{ "reboot", db_reboot_cmd, CS_OWN, NULL },
Home |
Main Index |
Thread Index |
Old Index