]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/tdep] Fix doc string of kvm pcb/proc command
authorTom de Vries <tdevries@suse.de>
Sat, 5 Jul 2025 11:29:53 +0000 (13:29 +0200)
committerTom de Vries <tdevries@suse.de>
Sat, 5 Jul 2025 11:29:53 +0000 (13:29 +0200)
commitb930f28b490d2b45049497afa66e1b42aeffbc9b
treebe70584f33dd2a71be0d549c73d9aa653f5cd4b5
parent1fe6ffd81e76a2799add18d9e1d5208a90c21ece
[gdb/tdep] Fix doc string of kvm pcb/proc command

On x86_64-freebsd, I ran into:
...
$ gdb -q -batch -ex "maint selftest help_doc_invariants"
Running selftest help_doc_invariants.
help doc broken invariant: command 'kvm pcb' help doc first line is not \
  terminated with a '.' character
Self test failed: self-test failed at command-def-selftests.c:120

Failures:
  help_doc_invariants

Ran 1 unit tests, 1 failed
...

Fix this by adding the missing terminating dot.

Likewise for the kvm proc command.

Tested on x86_64-freebsd.
gdb/bsd-kvm.c