aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-04-16 19:13:39 +0300
committerEli Zaretskii <eliz@gnu.org>2024-04-16 19:13:39 +0300
commit6a2dbb742dc5aa18bc7995f7af55fb6e74c3ae4a (patch)
treecbd90c49ee38662481e598708d36ec3dc75f03aa /gdb/top.c
parent3f6a060c7543332d0cb4377fc318e2db01ea1d3c (diff)
downloadgdb-6a2dbb742dc5aa18bc7995f7af55fb6e74c3ae4a.zip
gdb-6a2dbb742dc5aa18bc7995f7af55fb6e74c3ae4a.tar.gz
gdb-6a2dbb742dc5aa18bc7995f7af55fb6e74c3ae4a.tar.bz2
Remove excess whitespace from doc strings of some commands
I've noticed that doc strings of some commands, like "set cwd" and "set inferior-tty", have some excess whitespace, which makes them display with unexpected indentation, at least in a Windows command prompt window. This patch fixes that. * gdb/linux-nat.c (_initialize_linux_nat): * gdb/riscv-tdep.c (riscv_insn): * gdb/top.c (quit_force): * gdb/infcmd.c (_initialize_infcmd): Remove excess whitespace.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 6e9df41..d01a0c2 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -2267,7 +2267,7 @@ input settings."),
add_setshow_boolean_cmd ("startup-quietly", class_support,
&startup_quiet, _("\
-Set whether GDB should start up quietly."), _(" \
+Set whether GDB should start up quietly."), _("\
Show whether GDB should start up quietly."), _("\
This setting will not affect the current session. Instead this command\n\
should be added to the .gdbearlyinit file in the users home directory to\n\