Fix doc of AVR-specific command "info io_registers"
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 4 Dec 2019 18:35:46 +0000 (13:35 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Dec 2019 18:35:46 +0000 (13:35 -0500)
commitc6170c2c141866bc3fd158db17a1e0b87b43ef07
tree3818d7494cfe94aa5c257e5bc304fda4cf28e900
parent894ecaf4cad84e6d50d97d36f5ddaf3695734c35
Fix doc of AVR-specific command "info io_registers"

Running the selftests on an all-targets build, I get:

    Running selftest help_doc_invariants.
    help doc broken invariant: command 'info io_registers' help doc first line is not terminated with a '.' character
    Self test failed: self-test failed at /home/simark/src/binutils-gdb/gdb/unittests/help-doc-selftests.c:95

Add a period at the end of the doc of that command, and make it a bit
nicer in general.

gdb/ChangeLog:

* avr-tdep.c (_initialize_avr_tdep): Improve help of command
"info io_registers".
gdb/ChangeLog
gdb/avr-tdep.c
This page took 0.029956 seconds and 4 git commands to generate.