[llvm] [doc] Fix the rendering of recent changes to llvm-dwarfdump.rst (PR #111693)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 08:06:17 PDT 2024
https://github.com/bd1976bris created https://github.com/llvm/llvm-project/pull/111693
None
>From 44bd1b7b02b9374b4ffbef17638f13c0a159e270 Mon Sep 17 00:00:00 2001
From: bd1976bris <bd1976llvm at gmail.com>
Date: Wed, 9 Oct 2024 16:05:06 +0100
Subject: [PATCH] [doc] Fix rendering fo recent changes to llvm-dwarfdump.rst
---
llvm/docs/CommandGuide/llvm-dwarfdump.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
index 426a6d596a1b89..2ec1034591304a 100644
--- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst
+++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
@@ -50,10 +50,10 @@ OPTIONS
Set the level of detail and summary to display when verifying.
Implies :option:`--verify`. The supported values are:
- `quiet` - Only display whether errors occurred.
- `summary` - Display only a summary of the errors found.
- `details` - Display each error in detail but no summary.
- `full` - Display each error as well as a summary. [default]
+ - `quiet` - Only display whether errors occurred.
+ - `summary` - Display only a summary of the errors found.
+ - `details` - Display each error in detail but no summary.
+ - `full` - Display each error as well as a summary. [default]
.. option:: -f <name>, --find=<name>
@@ -217,7 +217,7 @@ For aggregated values, the following keys are used:
FORMAT OF VERIFY JSON OUTPUT
----------------------------
-The format of the JSON output created by the :option:`--verify-json` is::
+The format of the JSON output created by the option :option:`--verify-json` is::
{
"error-categories": {
More information about the llvm-commits
mailing list