TX19 uses igen by default.
[deliverable/binutils-gdb.git] / binutils / strings.1
index d6e96d5fd35c2b8519490228a56fa3573c338d8a..408de29400b838e110e51fa17ca34145a0dc1a7c 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright (c) 1993 Free Software Foundation
 .\" See section COPYING for conditions for redistribution
-.TH nm 1 "25 June 1993" "cygnus support" "GNU Development Tools"
+.TH strings 1 "25 June 1993" "cygnus support" "GNU Development Tools"
 .de BP
 .sp
 .ti \-.2i
@@ -29,6 +29,7 @@ strings \- print the strings of printable characters in files
 \&\|]
 .RB "[\|" \-t
 .I {o,x,d}\c
+.RB "[\|" "\-\-target=\fIbfdname" "\|]"
 .RB | "\-\-radix="\c
 .I {o,x,d}\c
 \&\|]
@@ -42,8 +43,8 @@ given, GNU \c
 .B strings
 prints the printable character sequences that are at least 4
 characters long (or the number given with the options below) and are
-followed by a NUL or newline character.  By default, it only prints
-the strings from the initialized data sections of object files; for
+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 from the whole file.
 
 .PP
@@ -60,8 +61,8 @@ equivalent.
 .B \-\-all
 .TP
 .B \-
-Do not scan only the initialized data section of object files; scan
-the whole files.
+Do not scan only the initialized and loaded sections of object files;
+scan the whole files.
 
 .TP
 .B \-f
@@ -86,6 +87,7 @@ on the standard output and exit.
 
 .TP
 .B "\-n \fImin\-len\fP"
+.TP
 .B "\-\fImin\-len\fP"
 .TP
 .B "\-bytes=\fImin\-len\fP"
@@ -101,6 +103,13 @@ Print the offset within the file before each string.  The single
 character argument specifies the radix of the offset\(emoctal,
 hexadecimal, or decimal.
 
+.TP
+.BI "\-\-target=" "bfdname"
+Specify an object code format other than your system's default format.
+See 
+.BR objdump ( 1 ),
+for information on listing available formats.
+
 .TP
 .B \-o
 Like
This page took 0.023997 seconds and 4 git commands to generate.