[llvm] 520a925 - Fix 2 RestructuredText warnings.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 05:17:27 PST 2022


Author: Kristof Beyls
Date: 2022-02-16T14:16:52+01:00
New Revision: 520a9252723ba1a5f285f6952ece3519be4fcea4

URL: https://github.com/llvm/llvm-project/commit/520a9252723ba1a5f285f6952ece3519be4fcea4
DIFF: https://github.com/llvm/llvm-project/commit/520a9252723ba1a5f285f6952ece3519be4fcea4.diff

LOG: Fix 2 RestructuredText warnings.

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-nm.rst
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst
index dd78fd0afc345..4b8db71e6a148 100644
--- a/llvm/docs/CommandGuide/llvm-nm.rst
+++ b/llvm/docs/CommandGuide/llvm-nm.rst
@@ -131,6 +131,7 @@ OPTIONS
  Specify the type of XCOFF object file, ELF object file, or IR object file input
  from command line or from archive files that llvm-nm should examine. The
  mode must be one of the following:
+ 
    32
          Process only 32-bit object files.
    64

diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 5a926f701e95a..02d11362b48e9 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2517,7 +2517,7 @@ Pointer Authentication Operand Bundles
 
 Pointer Authentication operand bundles are characterized by the
 ``"ptrauth"`` operand bundle tag.  They are described in the
-`Pointer Authentication <PointerAuth.html#operand-bundle>`_ document.
+`Pointer Authentication <PointerAuth.html#operand-bundle>`__ document.
 
 .. _moduleasm:
 


        


More information about the llvm-commits mailing list