[llvm-branch-commits] [llvm-branch] r164498 - /llvm/branches/R600/docs/yaml2obj.rst
Tom Stellard
thomas.stellard at amd.com
Mon Sep 24 08:53:11 PDT 2012
Author: tstellar
Date: Mon Sep 24 10:51:33 2012
New Revision: 164498
URL: http://llvm.org/viewvc/llvm-project?rev=164498&view=rev
Log:
docs: Fix long-standing typo in yaml2obj.rst.
Modified:
llvm/branches/R600/docs/yaml2obj.rst
Modified: llvm/branches/R600/docs/yaml2obj.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/R600/docs/yaml2obj.rst?rev=164498&r1=164497&r2=164498&view=diff
==============================================================================
--- llvm/branches/R600/docs/yaml2obj.rst (original)
+++ llvm/branches/R600/docs/yaml2obj.rst Mon Sep 24 10:51:33 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-branch-commits
mailing list