summaryrefslogtreecommitdiffstats
path: root/Documentation/doc-guide
diff options
context:
space:
mode:
authorFederico Vaga <federico.vaga@vaga.pv.it>2018-06-05 18:48:58 -0400
committerJonathan Corbet <corbet@lwn.net>2018-06-26 11:07:25 -0400
commitc1ec85ff408db77f5c97ae71b8854faed40e89f1 (patch)
tree8d6e1c211b28351a8cbcfe3aa33e91194c599da4 /Documentation/doc-guide
parentfc1ca3d5b4b9532fff76fa21f7d22efdf02d38b7 (diff)
doc:doc-guide: fix a typo and an error
Fix a typo in sphinx.rst and a minor error in parse-header.rst Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide')
-rw-r--r--Documentation/doc-guide/parse-headers.rst2
-rw-r--r--Documentation/doc-guide/sphinx.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/doc-guide/parse-headers.rst b/Documentation/doc-guide/parse-headers.rst
index 82a3e43b6864..684490c68acb 100644
--- a/Documentation/doc-guide/parse-headers.rst
+++ b/Documentation/doc-guide/parse-headers.rst
@@ -133,7 +133,7 @@ For both statements, \ **type**\ can be either one of the following:
133 133
134\ **symbol**\ 134\ **symbol**\
135 135
136 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value
137 at C_FILE. 137 at C_FILE.
138 138
139 For replace statements, \ **new_value**\ will automatically use :c:type: 139 For replace statements, \ **new_value**\ will automatically use :c:type:
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
index a2417633fdd8..f0796daa95b4 100644
--- a/Documentation/doc-guide/sphinx.rst
+++ b/Documentation/doc-guide/sphinx.rst
@@ -28,7 +28,7 @@ The ReST markups currently used by the Documentation/ files are meant to be
28built with ``Sphinx`` version 1.3 or upper. If you're desiring to build 28built with ``Sphinx`` version 1.3 or upper. If you're desiring to build
29PDF outputs, it is recommended to use version 1.4.6 or upper. 29PDF outputs, it is recommended to use version 1.4.6 or upper.
30 30
31There's a script that checks for the Spinx requirements. Please see 31There's a script that checks for the Sphinx requirements. Please see
32:ref:`sphinx-pre-install` for further details. 32:ref:`sphinx-pre-install` for further details.
33 33
34Most distributions are shipped with Sphinx, but its toolchain is fragile, 34Most distributions are shipped with Sphinx, but its toolchain is fragile,