aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/binutils-desc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-23 18:35:06 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-23 18:35:06 +0000
commit764d8f4d378f3bb4828e529057b0990297f8e28e (patch)
tree8395633182130a6606d7336223f974171792f19d /appendixa/binutils-desc.xml
parent639a66c82c1958d7795167f50e52edfaf3f67962 (diff)
Applied Bill Maltby's grammatic-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/binutils-desc.xml')
-rw-r--r--appendixa/binutils-desc.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml
index d897eda61..1ab0ca206 100644
--- a/appendixa/binutils-desc.xml
+++ b/appendixa/binutils-desc.xml
@@ -22,8 +22,8 @@ it possible to retrieve the original individual files (called members of
the archive).</para></sect4>
<sect4><title>as</title>
-<para>as is primarily intended to assemble the output of the GNU C compiler gcc
-for use by the linker ld.</para></sect4>
+<para>as is primarily intended to assemble the output of the GNU C compiler,
+ gcc, for use by the linker ld.</para></sect4>
<sect4><title>gasp</title>
<para>gasp is the Assembler Macro Preprocessor.</para></sect4>
@@ -60,8 +60,8 @@ that is a relocatable object file.</para></sect4>
<para>readelf displays information about elf type binaries.</para></sect4>
<sect4><title>size</title>
-<para>size lists the section sizes --and the total size-- for each of the
-object files objfile in its argument list. By default, one line of output is
+<para>size lists the section sizes --and the total size-- for each of the
+object files in its argument list. By default, one line of output is
generated for each object file or each module in an archive.</para></sect4>
<sect4><title>strings</title>
@@ -69,7 +69,7 @@ generated for each object file or each module in an archive.</para></sect4>
that are at least 4 characters long (or the number specified with an
option to the program) and are followed by an unprintable character. By
default, it only prints the strings from the initialized and loaded
-sections of object files; for other types of files, it prints the strings
+sections of object files. For other types of files, it prints the strings
from the whole file.</para>
<para>strings is mainly useful for determining the contents of non-text files.</para></sect4>