[PATCH] D68016: [docs][llvm-strings] Clarify "printable character" wording

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 06:09:24 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372865: [docs][llvm-strings] Clarify "printable character" wording (authored by jhenderson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D68016?vs=221712&id=221737#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68016/new/

https://reviews.llvm.org/D68016

Files:
  llvm/trunk/docs/CommandGuide/llvm-strings.rst


Index: llvm/trunk/docs/CommandGuide/llvm-strings.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-strings.rst
+++ llvm/trunk/docs/CommandGuide/llvm-strings.rst
@@ -14,8 +14,8 @@
 :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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68016.221737.patch
Type: text/x-patch
Size: 869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190925/eaec7c18/attachment.bin>


More information about the llvm-commits mailing list