Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2017 13:38:24 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325594 - head/sys/ddb
Message-ID:  <201711091338.vA9DcOgZ093324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Thu Nov  9 13:38:24 2017
New Revision: 325594
URL: https://svnweb.freebsd.org/changeset/base/325594

Log:
  Point people towards our https web site for documentation, http accesses are
  just redirected anyway.
  
  MFC after:	1 week

Modified:
  head/sys/ddb/db_command.c

Modified: head/sys/ddb/db_command.c
==============================================================================
--- head/sys/ddb/db_command.c	Thu Nov  9 13:38:17 2017	(r325593)
+++ head/sys/ddb/db_command.c	Thu Nov  9 13:38:24 2017	(r325594)
@@ -398,7 +398,7 @@ db_command(struct command **last_cmdp, struct command_
 		    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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711091338.vA9DcOgZ093324>