Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappings
authorKevin Buettner <kevinb@redhat.com>
Thu, 23 Jul 2020 20:26:44 +0000 (13:26 -0700)
committerKevin Buettner <kevinb@redhat.com>
Thu, 23 Jul 2020 20:41:36 +0000 (13:41 -0700)
gdb/ChangeLog:

PR corefiles/26294
* corelow.c (_initialize_corelow): Add period to help text
for "maintenance print core-file-backed-mappings".

gdb/ChangeLog
gdb/corelow.c

index c39ea07648f5741926fd161ca47ec40853efbbad..84f7bb79cbf5068513608bbba11a6fd3a45d2ba0 100644 (file)
@@ -1,3 +1,9 @@
+2020-07-23  Kevin Buettner  <kevinb@redhat.com>
+
+       PR corefiles/26294
+       * corelow.c (_initialize_corelow): Add period to help text
+       for "maintenance print core-file-backed-mappings".
+
 2020-07-23  Pedro Alves  <pedro@palves.net>
 
        * frame-unwind.c (frame_unwind_try_unwinder): On exception, don't
index 2add78349a5b95d07f02c9f93601bcf1eda0d2ea..367f54cd53680072c3e7ecbb139a39da8abb7745 100644 (file)
@@ -1119,6 +1119,6 @@ _initialize_corelow ()
   add_target (core_target_info, core_target_open, filename_completer);
   add_cmd ("core-file-backed-mappings", class_maintenance,
            maintenance_print_core_file_backed_mappings,
-          _("Print core file's file-backed mappings"),
+          _("Print core file's file-backed mappings."),
           &maintenanceprintlist);
 }