Skip to content

Commit 23bfb94

Browse files
Maki HatanoJonathan Corbet
authored andcommitted
doc: fix spelling about ReStructured Text
- 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> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240323062141.14863-1-Maki.Y.Hatano@gmail.com
1 parent 1cbd16e commit 23bfb94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/doc-guide/parse-headers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ DESCRIPTION
6161
***********
6262

6363

64-
Convert a C header or source file (C_FILE), into a ReStructured Text
64+
Convert a C header or source file (C_FILE), into a reStructuredText
6565
included via ..parsed-literal block with cross-references for the
6666
documentation files that describe the API. It accepts an optional
6767
EXCEPTIONS_FILE with describes what elements will be either ignored or

Documentation/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Other documentation
107107

108108
There are several unsorted documents that don't seem to fit on other parts
109109
of the documentation body, or may require some adjustments and/or conversion
110-
to ReStructured Text format, or are simply too old.
110+
to reStructuredText format, or are simply too old.
111111

112112
.. toctree::
113113
:maxdepth: 1

Documentation/translations/it_IT/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ Documentazione varia
132132

133133
Ci sono documenti che sono difficili da inserire nell'attuale organizzazione
134134
della documentazione; altri hanno bisogno di essere migliorati e/o convertiti
135-
nel formato *ReStructured Text*; altri sono semplicamente troppo vecchi.
135+
nel formato *reStructuredText*; altri sono semplicamente troppo vecchi.

0 commit comments

Comments
 (0)