diff options
author | Tom Tromey <tromey@adacore.com> | 2024-04-17 08:04:59 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-05-14 13:23:37 -0600 |
commit | be2a6a5803e575db62a1c27e022cb596d237181a (patch) | |
tree | 1543e663647730b84d86353eaf88b42874e20cec /gdb/breakpoint.c | |
parent | 0a6b9eefc211bc6af718d65adb260c056f3c6659 (diff) | |
download | binutils-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/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index b321bae..5653842 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -14598,7 +14598,7 @@ command" [PROBE_MODIFIER] [LOCATION] [thread THREADNUM]\n\ \t[-force-condition] [if CONDITION]\n\ PROBE_MODIFIER shall be present if the command is to be placed in a\n\ probe point. Accepted values are `-probe' (for a generic, automatically\n\ -guessed probe type), `-probe-stap' (for a SystemTap probe) or \n\ +guessed probe type), `-probe-stap' (for a SystemTap probe) or\n\ `-probe-dtrace' (for a DTrace probe).\n\ LOCATION may be a linespec, address, or explicit location as described\n\ below.\n\ @@ -15029,7 +15029,7 @@ Do \"help tracepoints\" for info on other tracepoint commands.")); Set a static tracepoint at location or marker.\n\ \n\ strace [LOCATION] [if CONDITION]\n\ -LOCATION may be a linespec, explicit, or address location (described below) \n\ +LOCATION may be a linespec, explicit, or address location (described below)\n\ or -m MARKER_ID.\n\n\ If a marker id is specified, probe the marker with that name. With\n\ no LOCATION, uses current execution address of the selected stack frame.\n\ |