2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
* top.c (print_gdb_version): Add help, apropos description and url to online documentation.
This commit is contained in:
parent
e673710a22
commit
1cf55f60bf
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
|
||||
|
||||
* top.c (print_gdb_version): Add help, apropos description and
|
||||
url to online documentation.
|
||||
|
||||
2013-07-19 Hui Zhu <hui@codesourcery.com>
|
||||
|
||||
PR gdb/15692
|
||||
|
|
|
@ -1145,8 +1145,14 @@ Type \"show configuration\" for configuration details.");
|
|||
{
|
||||
fprintf_filtered (stream,
|
||||
_("\nFor bug reporting instructions, please see:\n"));
|
||||
fprintf_filtered (stream, "%s.", REPORT_BUGS_TO);
|
||||
fprintf_filtered (stream, "%s.\n", REPORT_BUGS_TO);
|
||||
}
|
||||
fprintf_filtered (stream,
|
||||
_("Find the GDB manual and other documentation \
|
||||
resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"));
|
||||
fprintf_filtered (stream, _("For help, type \"help\".\n"));
|
||||
fprintf_filtered (stream, _("Type \"apropos word\" to search for \
|
||||
commands related to \"word\".\n"));
|
||||
}
|
||||
|
||||
/* Print the details of GDB build-time configuration. */
|
||||
|
|
Loading…
Reference in a new issue