From: deraadt Date: Mon, 27 Jan 1997 07:53:53 +0000 (+0000) Subject: change prompt to ddb to match man page ddb(4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d00bc71809424b30013ea08d68d80a264a6e787e;p=openbsd change prompt to ddb to match man page ddb(4) --- 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);