]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/inferior.c
Fix help and documentation for inferior commands
authorTom Tromey <tom@tromey.com>
Mon, 30 Apr 2018 14:37:20 +0000 (08:37 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 24 May 2018 18:29:19 +0000 (12:29 -0600)
commita3c25011e4b0519dca984d23a8a2843b92b9ce2c
tree55d3715759b465c02d1ee7a11e2e07fc3f636acd
parente80ae1906b63e092f3900addbc869f0836f8d71d
Fix help and documentation for inferior commands

This changes inferior.c to add Usage lines for all commands, and to
change how "metasyntactic variables" are written to conform to GNU
style.

While doing this I noticed that the manual doesn't document the
argument to "info inferiors", so I've added that as well.

ChangeLog
2018-04-27  Tom Tromey  <tom@tromey.com>

* inferior.c (initialize_inferiors): Update help strings.

doc/ChangeLog
2018-04-27  Tom Tromey  <tom@tromey.com>

* gdb.texinfo (Inferiors and Programs): Document argument to "info
inferiors".
gdb/doc/gdb.texinfo
gdb/inferior.c