More literal adherence to "standard" texinfo usage of @tex, @title, @author,
etc., for makeinfo's comfort.
This commit is contained in:
parent
0c210c9c52
commit
15c1f44db6
1 changed files with 26 additions and 26 deletions
|
@ -11,20 +11,20 @@
|
||||||
@c General Public License.
|
@c General Public License.
|
||||||
@c
|
@c
|
||||||
@c $Id$
|
@c $Id$
|
||||||
@tex
|
@iftex
|
||||||
@finalout
|
@finalout
|
||||||
@c @smallbook
|
@c @smallbook
|
||||||
@end tex
|
@end iftex
|
||||||
@c @cropmarks
|
@c @cropmarks
|
||||||
@setchapternewpage odd
|
@setchapternewpage odd
|
||||||
@settitle GNU Binary Utilities
|
@settitle GNU Binary Utilities
|
||||||
@titlepage
|
@titlepage
|
||||||
@title{The GNU Binary Utilities}
|
@title The GNU Binary Utilities
|
||||||
@subtitle{Version 1.90}
|
@subtitle Version 1.90
|
||||||
@sp 1
|
@sp 1
|
||||||
@subtitle October 1991
|
@subtitle October 1991
|
||||||
@author{Roland H. Pesch}
|
@author Roland H. Pesch
|
||||||
@author{Cygnus Support}
|
@author Cygnus Support
|
||||||
@page
|
@page
|
||||||
|
|
||||||
@tex
|
@tex
|
||||||
|
@ -82,13 +82,13 @@ into another language, under the above conditions for modified versions.
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* ar:: ar
|
* ar:: ar
|
||||||
* ld:: ld
|
* ld:: ld
|
||||||
* nm:: nm
|
* nm:: nm
|
||||||
* objdump:: objdump
|
* objdump:: objdump
|
||||||
* ranlib:: ranlib
|
* ranlib:: ranlib
|
||||||
* size:: size
|
* size:: size
|
||||||
* strip:: strip
|
* strip:: strip
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node ar, ld, Top, Top
|
@node ar, ld, Top, Top
|
||||||
|
@ -546,9 +546,9 @@ Here is an example of the Berkeley (default) format of output from
|
||||||
@code{size}:
|
@code{size}:
|
||||||
@smallexample
|
@smallexample
|
||||||
eg$ size +format Berkeley ranlib size
|
eg$ size +format Berkeley ranlib size
|
||||||
text data bss dec hex filename
|
text data bss dec hex filename
|
||||||
294880 81920 11592 388392 5ed28 ranlib
|
294880 81920 11592 388392 5ed28 ranlib
|
||||||
294880 81920 11888 388688 5ee50 size
|
294880 81920 11888 388688 5ee50 size
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
@ -557,19 +557,19 @@ This is the same data, but displayed closer to System V conventions:
|
||||||
@smallexample
|
@smallexample
|
||||||
eg$ size +format SysV ranlib size
|
eg$ size +format SysV ranlib size
|
||||||
ranlib :
|
ranlib :
|
||||||
section size addr
|
section size addr
|
||||||
.text 294880 8192
|
.text 294880 8192
|
||||||
.data 81920 303104
|
.data 81920 303104
|
||||||
.bss 11592 385024
|
.bss 11592 385024
|
||||||
Total 388392
|
Total 388392
|
||||||
|
|
||||||
|
|
||||||
size :
|
size :
|
||||||
section size addr
|
section size addr
|
||||||
.text 294880 8192
|
.text 294880 8192
|
||||||
.data 81920 303104
|
.data 81920 303104
|
||||||
.bss 11888 385024
|
.bss 11888 385024
|
||||||
Total 388688
|
Total 388688
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@item +help
|
@item +help
|
||||||
|
|
Loading…
Reference in a new issue