diff options
-rw-r--r-- | llvm/docs/CommandGuide/llvm-strings.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-strings.rst b/llvm/docs/CommandGuide/llvm-strings.rst index f738e9248b5..f2d04c4190b 100644 --- a/llvm/docs/CommandGuide/llvm-strings.rst +++ b/llvm/docs/CommandGuide/llvm-strings.rst @@ -14,8 +14,8 @@ DESCRIPTION :program:`llvm-strings` is a tool intended as a drop-in replacement for GNU's :program:`strings`, which looks for printable strings in files and writes them to the standard output stream. A printable string is any sequence of four (by -default) or more printable characters. The end of the file, or any other byte -terminates the current sequence. +default) or more printable ASCII characters. The end of the file, or any other +byte, terminates the current sequence. :program:`llvm-strings` looks for strings in each ``input`` file specified. Unlike GNU :program:`strings` it looks in the entire input file, regardless of |