From 0b5e69696b4f836bf0e1f21dfef99489a39557a9 Mon Sep 17 00:00:00 2001
From: Brian Gaeke
Date: Thu, 16 Oct 2003 23:39:10 +0000
Subject: [PATCH] Document that llvm-nm works in pipe mode, thanks to the
efforts of Chris.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9185 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CommandGuide/llvm-nm.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/CommandGuide/llvm-nm.html b/docs/CommandGuide/llvm-nm.html
index 0f150275c58..6238b756d52 100644
--- a/docs/CommandGuide/llvm-nm.html
+++ b/docs/CommandGuide/llvm-nm.html
@@ -18,7 +18,9 @@ LLVM: llvm-nm tool
The llvm-nm utility lists the names of symbols from the
LLVM bytecode files named on the command line, along with some
-ancillary information about each symbol.
+ancillary information about each symbol. If no filename is specified,
+or - is used as a filename, llvm-nm reads its input from standard
+input.
llvm-nm's default output format is the traditional BSD
nm(1) output format. Each such output record consists of an
--
2.34.1