Skip to content

Commit 19407fc

Browse files
nickcliftonPatrick Williams
authored and
Patrick Williams
committed
* ld.texinfo: Replace @ with @@ when it is part of the text. Correct ordering of M68HC11 entry.
* doc/binutils.texi: Fix ordering of top level nodes. Replace erroneous uses of @itemx with @item. * bfd.texinfo: Replace @ with @@ when it is part of the text.
1 parent 9293c72 commit 19407fc

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

bfd/doc/bfd.texinfo

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ All of BFD lives in one directory.
322322
@printindex cp
323323
324324
@tex
325-
% I think something like @colophon should be in texinfo. In the
325+
% I think something like @@colophon should be in texinfo. In the
326326
% meantime:
327327
\long\def\colophon{\hbox to0pt{}\vfill
328328
\centerline{The body of this manual is set in}
@@ -333,7 +333,7 @@ All of BFD lives in one directory.
333333
\centerline{{\sl\fontname\tensl\/}}
334334
\centerline{are used for emphasis.}\vfill}
335335
\page\colophon
336-
% Blame: [email protected], 28mar91.
336+
% Blame: doc@@cygnus.com, 28mar91.
337337
@end tex
338338
339339
@bye

binutils/doc/binutils.texi

+4-4
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,18 @@ in the section entitled ``GNU Free Documentation License''.
147147
* objcopy:: Copy and translate object files
148148
* objdump:: Display information from object files
149149
* ranlib:: Generate index to archive contents
150-
* readelf:: Display the contents of ELF format files
151150
* size:: List section sizes and total size
152151
* strings:: List printable strings from files
153152
* strip:: Discard symbols
154-
* elfedit:: Update the ELF header of ELF files
155153
* c++filt:: Filter to demangle encoded C++ symbols
156154
* cxxfilt: c++filt. MS-DOS name for c++filt
157155
* addr2line:: Convert addresses to file and line
158156
* nlmconv:: Converts object code into an NLM
159-
* windres:: Manipulate Windows resources
160157
* windmc:: Generator for Windows message resources
158+
* windres:: Manipulate Windows resources
161159
* dlltool:: Create files needed to build and use DLLs
160+
* readelf:: Display the contents of ELF format files
161+
* elfedit:: Update the ELF header of ELF files
162162
* Common Options:: Command-line options for all utilities
163163
* Selecting the Target System:: How these utilities determine the target
164164
* Reporting Bugs:: Reporting Bugs
@@ -2815,7 +2815,7 @@ the Info entries for @file{binutils}.
28152815
@c man end
28162816
@end ignore
28172817

2818-
@node c++filt, addr2line, elfedit, Top
2818+
@node c++filt, addr2line, strip, Top
28192819
@chapter c++filt
28202820

28212821
@kindex c++filt

ld/ld.texinfo

+8-8
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ in the section entitled ``GNU Free Documentation License''.
142142
@ifset ARM
143143
* ARM:: ld and the ARM family
144144
@end ifset
145-
@ifset HPPA
146-
* HPPA ELF32:: ld and HPPA 32-bit ELF
147-
@end ifset
148145
@ifset M68HC11
149146
* M68HC11/68HC12:: ld and the Motorola 68HC11 and 68HC12 families
150147
@end ifset
148+
@ifset HPPA
149+
* HPPA ELF32:: ld and HPPA 32-bit ELF
150+
@end ifset
151151
@ifset M68K
152152
* M68K:: ld and Motorola 68K family
153153
@end ifset
@@ -5962,6 +5962,9 @@ functionality are not listed.
59625962
@ifset I960
59635963
* i960:: @command{ld} and the Intel 960 family
59645964
@end ifset
5965+
@ifset M68HC11
5966+
* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families
5967+
@end ifset
59655968
@ifset ARM
59665969
* ARM:: @command{ld} and the ARM family
59675970
@end ifset
@@ -5977,9 +5980,6 @@ functionality are not listed.
59775980
@ifset MSP430
59785981
* MSP430:: @command{ld} and MSP430
59795982
@end ifset
5980-
@ifset M68HC11
5981-
* M68HC11/68HC12:: @code{ld} and the Motorola 68HC11 and 68HC12 families
5982-
@end ifset
59835983
@ifset POWERPC
59845984
* PowerPC ELF32:: @command{ld} and PowerPC 32-bit ELF Support
59855985
@end ifset
@@ -7767,7 +7767,7 @@ If you have more than one @code{SECT} statement for the same
77677767
@printindex cp
77687768

77697769
@tex
7770-
% I think something like @colophon should be in texinfo. In the
7770+
% I think something like @@colophon should be in texinfo. In the
77717771
% meantime:
77727772
\long\def\colophon{\hbox to0pt{}\vfill
77737773
\centerline{The body of this manual is set in}
@@ -7778,7 +7778,7 @@ If you have more than one @code{SECT} statement for the same
77787778
\centerline{{\sl\fontname\tensl\/}}
77797779
\centerline{are used for emphasis.}\vfill}
77807780
\page\colophon
7781-
% Blame: [email protected], 28mar91.
7781+
% Blame: doc@@cygnus.com, 28mar91.
77827782
@end tex
77837783

77847784
@bye

0 commit comments

Comments
 (0)