summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-16 23:39:10 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-16 23:39:10 +0000
commitd0c1ccc9c975fa08236f5e805417dfbc32c47a44 (patch)
tree110f89bb59d5e1e84a49011696635db826f88b73 /llvm/docs/CommandGuide
parent13b9395071b7ecb7a83201f20d6132892e9db433 (diff)
downloadbcm5719-llvm-d0c1ccc9c975fa08236f5e805417dfbc32c47a44.tar.gz
bcm5719-llvm-d0c1ccc9c975fa08236f5e805417dfbc32c47a44.zip
Document that llvm-nm works in pipe mode, thanks to the efforts of Chris.
llvm-svn: 9185
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-nm.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.html b/llvm/docs/CommandGuide/llvm-nm.html
index 0f150275c58..6238b756d52 100644
--- a/llvm/docs/CommandGuide/llvm-nm.html
+++ b/llvm/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
OpenPOWER on IntegriCloud