[PATCH] README: Fix spelling

Maki Hatano posted 1 patch 1 year, 11 months ago
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] README: Fix spelling
Posted by Maki Hatano 1 year, 11 months ago
- ReStructured Text should be exactly reStructuredText
- "reStructuredText" is ONE word, not two! according to https://docutils.sourceforge.io/rst.html

Signed-off-by: Maki Hatano <Maki.Y.Hatano@gmail.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 026eff0b8e06..fd903645e6de 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ In order to build the documentation, use ``make htmldocs`` or
     https://www.kernel.org/doc/html/latest/
 
 There are various text files in the Documentation/ subdirectory,
-several of them using the ReStructured Text markup notation.
+several of them using the reStructuredText markup notation.
 
 Please read the Documentation/process/changes.rst file, as it contains the
 requirements for building and running the kernel, and information about
-- 
2.43.0
Re: [PATCH] README: Fix spelling
Posted by Jonathan Corbet 1 year, 10 months ago
Maki Hatano <maki.y.hatano@gmail.com> writes:

> - ReStructured Text should be exactly reStructuredText
> - "reStructuredText" is ONE word, not two! according to https://docutils.sourceforge.io/rst.html
>
> Signed-off-by: Maki Hatano <Maki.Y.Hatano@gmail.com>
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README b/README
> index 026eff0b8e06..fd903645e6de 100644
> --- a/README
> +++ b/README
> @@ -11,7 +11,7 @@ In order to build the documentation, use ``make htmldocs`` or
>      https://www.kernel.org/doc/html/latest/
>  
>  There are various text files in the Documentation/ subdirectory,
> -several of them using the ReStructured Text markup notation.
> +several of them using the reStructuredText markup notation.
>  

Applied, thanks.

jon