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 /binutils/doc | |
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.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |