[llvm] r375107 - [docs][llvm-ar] Fix option:: O after r375106

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 04:56:26 PDT 2019


Author: maskray
Date: Thu Oct 17 04:56:26 2019
New Revision: 375107

URL: http://llvm.org/viewvc/llvm-project?rev=375107&view=rev
Log:
[docs][llvm-ar] Fix option:: O after r375106

docs-llvm-html fails => unknown option: O

There are lots of formatting issues in the file but they will be fixed by D68998.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-ar.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-ar.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-ar.rst?rev=375107&r1=375106&r2=375107&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-ar.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-ar.rst Thu Oct 17 04:56:26 2019
@@ -145,7 +145,7 @@ section (above) to determine which modif
  When extracting files, this option will cause **llvm-ar** to preserve the
  original modification times of the files it writes.
 
-[O]
+.. option:: O
 
  Display member offsets inside the archive.
 




More information about the llvm-commits mailing list