diff options
Diffstat (limited to 'docs/CommandGuide')
| -rw-r--r-- | docs/CommandGuide/llvm-symbolizer.rst | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CommandGuide/llvm-symbolizer.rst b/docs/CommandGuide/llvm-symbolizer.rst index ec4178e4e7ab..7bcad1c12f11 100644 --- a/docs/CommandGuide/llvm-symbolizer.rst +++ b/docs/CommandGuide/llvm-symbolizer.rst @@ -11,9 +11,9 @@ DESCRIPTION  :program:`llvm-symbolizer` reads object file names and addresses from standard  input and prints corresponding source code locations to standard output. -If object file is specified in command line, :program:`llvm-symbolizer` reads -only addresses from standard input. This -program uses debug info sections and symbol table in the object files. +If object file is specified in command line, :program:`llvm-symbolizer`  +processes only addresses from standard input, the rest is output verbatim. +This program uses debug info sections and symbol table in the object files.  EXAMPLE  --------  | 
