diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-11 19:50:14 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-11 19:50:14 +0000 |
commit | 15c1f44db6626865676101e5cd4b604e9fc424a3 (patch) | |
tree | 73aff780e0434c65925e2978feeeced7f9694c61 /binutils/binutils.texinfo | |
parent | 0c210c9c52e56eda3e50aafbf5517abb538d7132 (diff) | |
download | gdb-15c1f44db6626865676101e5cd4b604e9fc424a3.zip gdb-15c1f44db6626865676101e5cd4b604e9fc424a3.tar.gz gdb-15c1f44db6626865676101e5cd4b604e9fc424a3.tar.bz2 |
More literal adherence to "standard" texinfo usage of @tex, @title, @author,
etc., for makeinfo's comfort.
Diffstat (limited to 'binutils/binutils.texinfo')
-rwxr-xr-x | binutils/binutils.texinfo | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/binutils/binutils.texinfo b/binutils/binutils.texinfo index 6453161..1634e90 100755 --- a/binutils/binutils.texinfo +++ b/binutils/binutils.texinfo @@ -11,20 +11,20 @@ @c General Public License. @c @c $Id$ -@tex +@iftex @finalout @c @smallbook -@end tex +@end iftex @c @cropmarks @setchapternewpage odd @settitle GNU Binary Utilities @titlepage -@title{The GNU Binary Utilities} -@subtitle{Version 1.90} +@title The GNU Binary Utilities +@subtitle Version 1.90 @sp 1 @subtitle October 1991 -@author{Roland H. Pesch} -@author{Cygnus Support} +@author Roland H. Pesch +@author Cygnus Support @page @tex @@ -82,13 +82,13 @@ into another language, under the above conditions for modified versions. @end ifinfo @menu -* ar:: ar -* ld:: ld -* nm:: nm -* objdump:: objdump -* ranlib:: ranlib -* size:: size -* strip:: strip +* ar:: ar +* ld:: ld +* nm:: nm +* objdump:: objdump +* ranlib:: ranlib +* size:: size +* strip:: strip @end menu @node ar, ld, Top, Top @@ -546,9 +546,9 @@ Here is an example of the Berkeley (default) format of output from @code{size}: @smallexample eg$ size +format Berkeley ranlib size -text data bss dec hex filename -294880 81920 11592 388392 5ed28 ranlib -294880 81920 11888 388688 5ee50 size +text data bss dec hex filename +294880 81920 11592 388392 5ed28 ranlib +294880 81920 11888 388688 5ee50 size @end smallexample @noindent @@ -557,19 +557,19 @@ This is the same data, but displayed closer to System V conventions: @smallexample eg$ size +format SysV ranlib size ranlib : -section size addr -.text 294880 8192 -.data 81920 303104 -.bss 11592 385024 -Total 388392 +section size addr +.text 294880 8192 +.data 81920 303104 +.bss 11592 385024 +Total 388392 size : -section size addr -.text 294880 8192 -.data 81920 303104 -.bss 11888 385024 -Total 388688 +section size addr +.text 294880 8192 +.data 81920 303104 +.bss 11888 385024 +Total 388688 @end smallexample @item +help |