diff options
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index c2f0404..395e2b1 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1278,7 +1278,7 @@ strings [-afov] [-@var{min-len}] [-n @var{min-len}] [-t @var{radix}] [-] For each @var{file} given, GNU @code{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 +given with the options below) 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 from the whole file. |