change prompt to ddb to match man page ddb(4)
authorderaadt <deraadt@openbsd.org>
Mon, 27 Jan 1997 07:53:53 +0000 (07:53 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 27 Jan 1997 07:53:53 +0000 (07:53 +0000)
sys/ddb/db_command.c

index 1f3045b..fce02ce 100644 (file)
@@ -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);