* binutils.texi (size): The object file argument is optional.
[deliverable/binutils-gdb.git] / binutils / binutils.texi
index 78d3fa0a60bbd14a4580d16938cb3adec9cf9bfb..5f12b4c22d2cea82106e807ca77dfbd0946861b1 100644 (file)
@@ -1347,7 +1347,7 @@ Show the version number of @code{ranlib}.
 size [ -A | -B | --format=@var{compatibility} ]
      [ --help ]  [ -d | -o | -x | --radix=@var{number} ]
      [ --target=@var{bfdname} ]  [ -V | --version ]  
-     @var{objfile}@dots{}
+     [ @var{objfile}@dots{} ]
 @end smallexample
 
 The @sc{gnu} @code{size} utility lists the section sizes---and the total
@@ -1356,6 +1356,7 @@ argument list.  By default, one line of output is generated for each
 object file or each module in an archive.
 
 @var{objfile}@dots{} are the object files to be examined.
+If none are specified, the file @code{a.out} will be used.
 
 The command line options have the following meanings:
 
This page took 0.024974 seconds and 4 git commands to generate.