[PATCH] D63135: [docs][llvm-nm] Fix documentation regarding llvm-nm reading stdin

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 06:44:00 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363065: [docs][llvm-nm] Fix documentation regarding llvm-nm reading stdin (authored by jhenderson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63135?vs=204047&id=204051#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63135

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


Index: llvm/trunk/docs/CommandGuide/llvm-nm.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/llvm-nm.rst
+++ llvm/trunk/docs/CommandGuide/llvm-nm.rst
@@ -12,8 +12,9 @@
 The :program:`llvm-nm` utility lists the names of symbols from the LLVM bitcode
 files, object files, or :program:`ar` archives containing them, named on the
 command line.  Each symbol is listed along with some simple information about
-its provenance.  If no file name is specified, or *-* is used as a file name,
-:program:`llvm-nm` will process a file on its standard input stream.
+its provenance.  If no filename is specified, *a.out* is used as the input.
+If *-* is used as a filename, :program:`llvm-nm` will read a file from its
+standard input stream.
 
 :program:`llvm-nm`'s default output format is the traditional BSD :program:`nm`
 output format.  Each such output record consists of an (optional) 8-digit


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63135.204051.patch
Type: text/x-patch
Size: 946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/9f0483a8/attachment.bin>


More information about the llvm-commits mailing list