From: Nick Clifton Date: Mon, 8 Jun 2020 10:32:15 +0000 (+0100) Subject: Fix a typo in the description of the strings program. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b37a7714400cdc264ed236f72668b8956477b2ed;p=binutils-gdb.git Fix a typo in the description of the strings program. PR 26093 * doc/binutils.texi (strings): Fix typo. --- 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.