Point people towards our https web site for documentation, http accesses are

just redirected anyway.

MFC after:	1 week
This commit is contained in:
gavin 2017-11-09 13:38:24 +00:00
parent a804363036
commit 1e3efc8eaf

View File

@ -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");