[llvm-commits] [llvm] r164407 - /llvm/trunk/docs/yaml2obj.rst

Sean Silva silvas at purdue.edu
Fri Sep 21 12:48:16 PDT 2012


Author: silvas
Date: Fri Sep 21 14:48:16 2012
New Revision: 164407

URL: http://llvm.org/viewvc/llvm-project?rev=164407&view=rev
Log:
docs: Fix long-standing typo in yaml2obj.rst.

Modified:
    llvm/trunk/docs/yaml2obj.rst

Modified: llvm/trunk/docs/yaml2obj.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/yaml2obj.rst?rev=164407&r1=164406&r2=164407&view=diff
==============================================================================
--- llvm/trunk/docs/yaml2obj.rst (original)
+++ llvm/trunk/docs/yaml2obj.rst Fri Sep 21 14:48:16 2012
@@ -6,9 +6,9 @@
 yaml2obj takes a YAML description of an object file and converts it to a binary
 file.
 
-    $ yaml2py input-file
+    $ yaml2obj input-file
 
-.. program:: yaml2py
+.. program:: yaml2obj
 
 Outputs the binary to stdout.
 





More information about the llvm-commits mailing list