[binutils-gdb] binutils/size: Update example output in documentation
Andrew Burgess
aburgess@sourceware.org
Fri Feb 8 10:57:00 GMT 2019
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=96fd92af299a3c664cb341451f4bfde056910328
commit 96fd92af299a3c664cb341451f4bfde056910328
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date: Thu Jan 31 10:14:09 2019 +0000
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.
Diff:
---
binutils/ChangeLog | 5 +++++
binutils/doc/binutils.texi | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index cecc6c4..eccf844 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 4910188..1137dce 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
More information about the Binutils-cvs
mailing list