summaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2019-01-31 10:14:09 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2019-02-08 10:56:56 +0000
commit96fd92af299a3c664cb341451f4bfde056910328 (patch)
tree3124b06d25b3f13691cd4487ff95f164924ef620 /binutils/doc
parent2c6c61c3c9f1345e5de99768c2ce823121097b62 (diff)
downloadbinutils-gdb-96fd92af299a3c664cb341451f4bfde056910328.tar.gz
binutils/size: Update example output in documentation
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.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 49101888f5a..1137dce94b8 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -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