Point people towards our https web site for documentation, http accesses are
just redirected anyway. MFC after: 1 week
This commit is contained in:
parent
a804363036
commit
1e3efc8eaf
@ -398,7 +398,7 @@ db_command(struct command **last_cmdp, struct command_table *cmd_table,
|
|||||||
case CMD_HELP:
|
case CMD_HELP:
|
||||||
if (cmd_table == &db_cmd_table) {
|
if (cmd_table == &db_cmd_table) {
|
||||||
db_printf("This is ddb(4), the kernel debugger; "
|
db_printf("This is ddb(4), the kernel debugger; "
|
||||||
"see http://man.freebsd.org/ddb/4 for help.\n");
|
"see https://man.FreeBSD.org/ddb/4 for help.\n");
|
||||||
db_printf("Use \"bt\" for backtrace, \"dump\" for "
|
db_printf("Use \"bt\" for backtrace, \"dump\" for "
|
||||||
"kernel core dump, \"reset\" to reboot.\n");
|
"kernel core dump, \"reset\" to reboot.\n");
|
||||||
db_printf("Available commands:\n");
|
db_printf("Available commands:\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user