binutils/size: Update example output in documentation
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 31 Jan 2019 10:14:09 +0000 (10:14 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 8 Feb 2019 10:56:56 +0000 (10:56 +0000)
The example output from size in Berkeley format is out of date.  The
columns are now displayed right aligned.  This patch updates the
documentation to reflect reality.

binutils/ChangeLog:

* doc/binutils.texi (size): Update example output for Berkeley
format output.

binutils/ChangeLog
binutils/doc/binutils.texi

index cecc6c4450c0cc213e8b32e26614842f9a8e5a6e..eccf84428a4c2d27ffbaf475e77deb62b43c9ef4 100644 (file)
@@ -1,3 +1,8 @@
+2019-02-08  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * doc/binutils.texi (size): Update example output for Berkeley
+       format output.
+
 2019-02-07  Nick Clifton  <nickc@redhat.com>
 
        * README-how-to-make-a-release: Add a note about updating the
index 49101888f5a12206b1479db6c758b0ef069656a0..1137dce94b8c27b6151dc063edb61a05c303e2ca 100644 (file)
@@ -2921,9 +2921,9 @@ Here is an example of the Berkeley (default) format of output from
 @command{size}:
 @smallexample
 $ 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