diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-31 17:24:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-31 17:24:17 +0000 |
commit | 67ace729efea5b16f9b98e97f2d24b40c3d36ff3 (patch) | |
tree | d8a7d2b4904c690fce9bf4e20f4d1090cccdc125 /binutils/strings.1 | |
parent | ca675824e15d1cf8e63b57a94a5c20dfd533342d (diff) | |
download | gdb-67ace729efea5b16f9b98e97f2d24b40c3d36ff3.zip gdb-67ace729efea5b16f9b98e97f2d24b40c3d36ff3.tar.gz gdb-67ace729efea5b16f9b98e97f2d24b40c3d36ff3.tar.bz2 |
* strings.c (print_strings): For compatibility with existing
strings programs, print strings which are not terminated with a
null byte or a newline.
* binutils.texi, strings.1: Update documentation accordingly.
Diffstat (limited to 'binutils/strings.1')
-rw-r--r-- | binutils/strings.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/strings.1 b/binutils/strings.1 index 616a83e..88ab1d8 100644 --- a/binutils/strings.1 +++ b/binutils/strings.1 @@ -43,9 +43,9 @@ given, GNU \c .B strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are -followed by a NUL or newline character. By default, it only prints -the strings from the initialized and loaded sections of object files; -for other types of files, it prints the strings from the whole file. +followed by an unprintable character. By default, it only prints the +strings from the initialized and loaded sections of object files; for +other types of files, it prints the strings from the whole file. .PP .B strings |