Browse Source

Fix a typo in the description of the strings program.

PR 26093
	* doc/binutils.texi (strings): Fix typo.
binutils-2_35-branch
Nick Clifton 6 years ago
parent
commit
b37a771440
  1. 5
      binutils/ChangeLog
  2. 2
      binutils/doc/binutils.texi

5
binutils/ChangeLog

@ -1,3 +1,8 @@
2020-06-08 Nick Clifton <nickc@redhat.com>
PR 26093
* doc/binutils.texi (strings): Fix typo.
2020-06-08 Nick Clifton <nickc@redhat.com>
PR 26086

2
binutils/doc/binutils.texi

@ -3136,7 +3136,7 @@ unprintable character.
Depending upon how the strings program was configured it will default
to either displaying all the printable sequences that it can find in
each file, or only those sequences that are in loadable, initialized
data sections. If the file type in unrecognizable, or if strings is
data sections. If the file type is unrecognizable, or if strings is
reading from stdin then it will always display all of the printable
sequences that it can find.

Loading…
Cancel
Save