diff options
author | Nick Clifton <nickc@redhat.com> | 2020-06-08 11:32:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-06-08 11:32:15 +0100 |
commit | b37a7714400cdc264ed236f72668b8956477b2ed (patch) | |
tree | 9c2e7392f8343c002e2dc09b6b2eb557a26b8315 | |
parent | c4b2f181c3d2ddc681ce42bf60bfa874e44b1cfe (diff) | |
download | gdb-b37a7714400cdc264ed236f72668b8956477b2ed.zip gdb-b37a7714400cdc264ed236f72668b8956477b2ed.tar.gz gdb-b37a7714400cdc264ed236f72668b8956477b2ed.tar.bz2 |
Fix a typo in the description of the strings program.
PR 26093
* doc/binutils.texi (strings): Fix typo.
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 36c6c71..ec5b2ef 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 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 * dwarf.c (process_debug_info): Check that there is space in the debug_information array before filling in an entry. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index eef073a..901f9e3 100644 --- a/binutils/doc/binutils.texi +++ b/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. |