[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250121003056.10930-1-carlodelos90@gmail.com>
Date: Tue, 21 Jan 2025 01:30:56 +0100
From: carlodelos90 <carlodelos90@...il.com>
To: linux-doc@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
carlodelos90 <carlodelos90@...il.com>
Subject: [PATCH] docs: Fix backticks in README instructions
The commands `make pdfdocs` and `make htmldocs` were incorrectly formatted
with only two backticks, which caused confusion and didn't render properly
in some contexts. This change updates the documentation to use triple
backticks for consistency and clarity.
Signed-off-by: carlodelos90 <carlodelos90@...il.com>
---
README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index fd903645e6de..21294cc9fd04 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
-In order to build the documentation, use ``make htmldocs`` or
-``make pdfdocs``. The formatted documentation can also be read online at:
+In order to build the documentation, use ```make htmldocs``` or
+```make pdfdocs```. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
--
2.39.5 (Apple Git-154)
Powered by blists - more mailing lists