aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1991-11-08 00:31:44 +0000
committerRoland Pesch <pesch@cygnus>1991-11-08 00:31:44 +0000
commitec34e28bb42d3586d4c146dcccc2f13a3e661ca0 (patch)
treeedae8ad9c897a9d3bb288ce96a5665bb3236365c /binutils
parent84396dcf349473f563066f2269c11bda7aef9f78 (diff)
downloadfsf-binutils-gdb-ec34e28bb42d3586d4c146dcccc2f13a3e661ca0.zip
fsf-binutils-gdb-ec34e28bb42d3586d4c146dcccc2f13a3e661ca0.tar.gz
fsf-binutils-gdb-ec34e28bb42d3586d4c146dcccc2f13a3e661ca0.tar.bz2
Fix missing brackets, parens, discovered during man-page conversion.
Diffstat (limited to 'binutils')
-rwxr-xr-xbinutils/binutils.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/binutils.texinfo b/binutils/binutils.texinfo
index b297757..37167e5 100755
--- a/binutils/binutils.texinfo
+++ b/binutils/binutils.texinfo
@@ -573,7 +573,7 @@ The GNU @code{ranlib} program is another form of GNU @code{ar}; running
@smallexample
size [ -A | -B | +format @var{compatibility} ]
[ +help ] [ -d | -o | -x | +radix @var{number} ]
- [ +target @var{bfdname} [ -V | +version ]
+ [ +target @var{bfdname} ] [ -V | +version ]
@var{objfiles}@dots{}
@end smallexample
@@ -593,8 +593,8 @@ The object files to be examined.
@cindex size display format
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},
-or @samp{+format sysv}, or Berkeley @code{size} (using @samp{-B}, or
-@samp{+format berkeley}. The default is the one-line format similar to
+or @samp{+format sysv}), or Berkeley @code{size} (using @samp{-B}, or
+@samp{+format berkeley}). The default is the one-line format similar to
Berkeley's.
@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