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 Atkinson 2017-11-09 13:38:24 +00:00
parent 5727f16270
commit c6404e6690
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325594

View File

@ -398,7 +398,7 @@ db_command(struct command **last_cmdp, struct command_table *cmd_table,
case CMD_HELP:
if (cmd_table == &db_cmd_table) {
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 "
"kernel core dump, \"reset\" to reboot.\n");
db_printf("Available commands:\n");