summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-27 07:53:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-27 07:53:54 +0000
commit0b71e17d3727fd3e4a41c733e0ec0e56d7f40650 (patch)
tree549d774cd88147c489e891a8e2e382a308b335d1 /sys/ddb/db_command.c
parent2dcd7b4fae8288ffcc0cdb21441ba7fc528c149a (diff)
change prompt to ddb to match man page ddb(4)
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 1f3045b581a..fce02ce84bb 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_command.c,v 1.10 1997/01/16 08:03:56 kstailey Exp $ */
+/* $OpenBSD: db_command.c,v 1.11 1997/01/27 07:53:53 deraadt Exp $ */
/* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */
/*
@@ -431,7 +431,7 @@ db_command_loop()
db_printf("\n");
db_output_line = 0;
- db_printf("db> ");
+ db_printf("ddb> ");
(void) db_read_line();
db_command(&db_last_command, db_command_table);