Remove trailing newlines from help text
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 00b55c828ab83b94141507bfcfa46cf210c39843..afd7bb5a5413456f4b64fe9ff3fb6ee6aa7cd00d 100644 (file)
@@ -3394,10 +3394,10 @@ in the named register groups."));
            _("Execution status of the program."));
 
   add_info ("float", info_float_command,
-           _("Print the status of the floating point unit\n"));
+           _("Print the status of the floating point unit"));
 
   add_info ("vector", info_vector_command,
-           _("Print the status of the vector unit\n"));
+           _("Print the status of the vector unit"));
 
   add_prefix_cmd ("proc", class_info, info_proc_cmd,
                  _("\
This page took 0.024228 seconds and 4 git commands to generate.