artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408bb4f
)
change prompt to ddb to match man page ddb(4)
author
deraadt
<deraadt@openbsd.org>
Mon, 27 Jan 1997 07:53:53 +0000
(07:53 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 27 Jan 1997 07:53:53 +0000
(07:53 +0000)
sys/ddb/db_command.c
patch
|
blob
|
history
diff --git
a/sys/ddb/db_command.c
b/sys/ddb/db_command.c
index
1f3045b
..
fce02ce
100644
(file)
--- a/
sys/ddb/db_command.c
+++ b/
sys/ddb/db_command.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: db_command.c,v 1.1
0 1997/01/16 08:03:56 kstailey Exp $
*/
+/* $OpenBSD: db_command.c,v 1.1
1 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("d
d
b> ");
(void) db_read_line();
db_command(&db_last_command, db_command_table);