commit | a7763df8fbabe0d364d7f1e418683ee460518998 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Tue Jul 30 11:19:14 2024 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Tue Jul 30 13:33:45 2024 +0100 |
tree | 6236cd2c5acd11c1db9b0ed996286906979480e9 | |
parent | f722345809f9881ae99f981308ec5b5815c4a6f5 [diff] |
gdb/doc: move @anchor off @item line When building the GDB info manual I see this warning: gdb.texinfo:41447: warning: @anchor should not appear on @item line And indeed line 41447 looks like this: @item @anchor{maint info breakpoints}maint info breakpoints I propose moving the @anchor{...} part to the previous line which silences the warning. Approved-By: Eli Zaretskii <eliz@gnu.org>