aboutsummaryrefslogtreecommitdiff
path: root/gdb/skip.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-04-17 08:04:59 -0600
committerTom Tromey <tromey@adacore.com>2024-05-14 13:23:37 -0600
commitbe2a6a5803e575db62a1c27e022cb596d237181a (patch)
tree1543e663647730b84d86353eaf88b42874e20cec /gdb/skip.c
parent0a6b9eefc211bc6af718d65adb260c056f3c6659 (diff)
downloadbinutils-be2a6a5803e575db62a1c27e022cb596d237181a.zip
binutils-be2a6a5803e575db62a1c27e022cb596d237181a.tar.gz
binutils-be2a6a5803e575db62a1c27e022cb596d237181a.tar.bz2
Disallow trailing whitespace in docstrings
This patch changes the docstring self-test to verify that there is no trailing whitespace at the end of lines. A few existing docstrings had to be updated.
Diffstat (limited to 'gdb/skip.c')
-rw-r--r--gdb/skip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/skip.c b/gdb/skip.c
index 4dff5c5..72f4efd 100644
--- a/gdb/skip.c
+++ b/gdb/skip.c
@@ -723,7 +723,7 @@ If you don't specify any numbers or ranges, we'll delete all skip entries."),
add_info ("skip", info_skip_command, _("\
Display the status of skips.\n\
Usage: info skip [NUMBER | RANGES]...\n\
-You can specify numbers (e.g. \"info skip 1 3\"), \n\
+You can specify numbers (e.g. \"info skip 1 3\"),\n\
ranges (e.g. \"info skip 4-8\"), or both (e.g. \"info skip 1 3 4-8\").\n\n\
If you don't specify any numbers or ranges, we'll show all skips."));
set_cmd_completer (c, complete_skip_number);