From b37a7714400cdc264ed236f72668b8956477b2ed Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 8 Jun 2020 11:32:15 +0100 Subject: [PATCH] Fix a typo in the description of the strings program. PR 26093 * doc/binutils.texi (strings): Fix typo. --- binutils/ChangeLog | 5 +++++ binutils/doc/binutils.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 36c6c713039..ec5b2ef2b7c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-06-08 Nick Clifton + + PR 26093 + * doc/binutils.texi (strings): Fix typo. + 2020-06-08 Nick Clifton PR 26086 diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index eef073aae1c..901f9e34380 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. -- 2.30.2