diff options
Diffstat (limited to 'binutils/strings.1')
-rw-r--r-- | binutils/strings.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/strings.1 b/binutils/strings.1 index 1426605..616a83e 100644 --- a/binutils/strings.1 +++ b/binutils/strings.1 @@ -44,8 +44,8 @@ given, GNU \c 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 -other types of files, it prints the strings from the whole file. +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 .B strings @@ -61,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 |