diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ddb/db_command.c | 4 |
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); |