diff options
Diffstat (limited to 'docs/CommandGuide/llvm-nm.html')
-rw-r--r-- | docs/CommandGuide/llvm-nm.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-nm.html b/docs/CommandGuide/llvm-nm.html index 0f150275c5..6238b756d5 100644 --- a/docs/CommandGuide/llvm-nm.html +++ b/docs/CommandGuide/llvm-nm.html @@ -18,7 +18,9 @@ LLVM: llvm-nm tool <p>The <tt>llvm-nm</tt> utility lists the names of symbols from the LLVM bytecode files named on the command line, along with some -ancillary information about each symbol.</p> +ancillary information about each symbol. If no filename is specified, +or - is used as a filename, <tt>llvm-nm</tt> reads its input from standard +input.</p> <p><tt>llvm-nm</tt>'s default output format is the traditional BSD <tt>nm(1)</tt> output format. Each such output record consists of an |