]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Simplify @node use in BFD documentation
authorTom Tromey <tom@tromey.com>
Tue, 7 Feb 2023 18:34:56 +0000 (11:34 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 15 Feb 2023 17:27:34 +0000 (10:27 -0700)
commit8bb23cdbb498ff645bb0937bc8c0cb89e9e5ebd8
tree1eeaa5912b1b5b04f1ba7b1256e0cccbc45102f5
parent1cbeca4aa604cdbdc17a5e88a4f4a864fef8421c
Simplify @node use in BFD documentation

The BFD docs currently specify all the parameters to @node.  However,
this results in bad navigation in certain nodes -- the "space" command
in info doesn't know how to find the next node.

I think this style of @node is a leftover from ancient times.
Makeinfo can figure out the node structure on its own now, so simplify
everything to a single-argument @node.

2023-02-07  Tom Tromey  <tom@tromey.com>

* doc/webassembly.texi (File layout): Remove second argument from
@node.
* doc/bfd.texi: Use single-argument @node everywhere.
bfd/ChangeLog
bfd/doc/bfd.texi
bfd/doc/webassembly.texi