|
@@ -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>
|