mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-07 07:58:54 +08:00
Fix missing brackets, parens, discovered during man-page conversion.
This commit is contained in:
@ -573,7 +573,7 @@ The GNU @code{ranlib} program is another form of GNU @code{ar}; running
|
|||||||
@smallexample
|
@smallexample
|
||||||
size [ -A | -B | +format @var{compatibility} ]
|
size [ -A | -B | +format @var{compatibility} ]
|
||||||
[ +help ] [ -d | -o | -x | +radix @var{number} ]
|
[ +help ] [ -d | -o | -x | +radix @var{number} ]
|
||||||
[ +target @var{bfdname} [ -V | +version ]
|
[ +target @var{bfdname} ] [ -V | +version ]
|
||||||
@var{objfiles}@dots{}
|
@var{objfiles}@dots{}
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@ -593,8 +593,8 @@ The object files to be examined.
|
|||||||
@cindex size display format
|
@cindex size display format
|
||||||
Using one of these options, you can choose whether the output from GNU
|
Using one of these options, you can choose whether the output from GNU
|
||||||
@code{size} resembles output from System V @code{size} (using @samp{-A},
|
@code{size} resembles output from System V @code{size} (using @samp{-A},
|
||||||
or @samp{+format sysv}, or Berkeley @code{size} (using @samp{-B}, or
|
or @samp{+format sysv}), or Berkeley @code{size} (using @samp{-B}, or
|
||||||
@samp{+format berkeley}. The default is the one-line format similar to
|
@samp{+format berkeley}). The default is the one-line format similar to
|
||||||
Berkeley's.
|
Berkeley's.
|
||||||
@c Bonus for doc-source readers: you can also say +format=strange (or
|
@c Bonus for doc-source readers: you can also say +format=strange (or
|
||||||
@c anything else that starts with 's') for sysv, and +format=boring (or
|
@c anything else that starts with 's') for sysv, and +format=boring (or
|
||||||
|
Reference in New Issue
Block a user