svn commit: r325594 - head/sys/ddb

Bryan Drewery bdrewery at FreeBSD.org
Fri Nov 10 22:58:20 UTC 2017


On 11/10/2017 1:49 PM, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> 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
> 
> Why are we not sending them to man 4 ddb????
> 
>> 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; "

We sort of do here ^

>> -			        "see http://man.freebsd.org/ddb/4 for help.\n");
>> +			        "see https://man.FreeBSD.org/ddb/4 for help.\n");

But I think more importantly they may be stuck in a debugger and not be
able to run 'man'.  The same could be said for opening a browser but
it's more likely they're going to have another system that can load a
website but not as assured it will be FreeBSD with the ddb manpage.

>>  			    db_printf("Use \"bt\" for backtrace, \"dump\" for "
>>  			        "kernel core dump, \"reset\" to reboot.\n");
>>  			    db_printf("Available commands:\n");
>>
>>
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20171110/12a8b9ae/attachment.sig>


More information about the svn-src-all mailing list