summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/sphinx-apidoc.rst2
-rw-r--r--doc/man/sphinx-build.rst5
-rw-r--r--doc/man/sphinx-quickstart.rst4
3 files changed, 5 insertions, 6 deletions
diff --git a/doc/man/sphinx-apidoc.rst b/doc/man/sphinx-apidoc.rst
index 725d2f169..3ce5b4523 100644
--- a/doc/man/sphinx-apidoc.rst
+++ b/doc/man/sphinx-apidoc.rst
@@ -145,7 +145,7 @@ These options are used when :option:`--full` is specified:
* ``module.rst_t``
* ``package.rst_t``
* ``toc.rst_t``
- * ``master_doc.rst_t``
+ * ``root_doc.rst_t``
* ``conf.py_t``
* ``Makefile_t``
* ``Makefile.new_t``
diff --git a/doc/man/sphinx-build.rst b/doc/man/sphinx-build.rst
index 1ef0e07dc..ca16b265a 100644
--- a/doc/man/sphinx-build.rst
+++ b/doc/man/sphinx-build.rst
@@ -19,13 +19,12 @@ files, including ``conf.py``.
:program:`sphinx-build` can create documentation in different formats. A
format is selected by specifying the builder name on the command line; it
defaults to HTML. Builders can also perform other tasks related to
-documentation processing.
+documentation processing. For a list of available builders, refer to
+:option:`sphinx-build -b`.
By default, everything that is outdated is built. Output only for selected
files can be built by specifying individual filenames.
-For a list of available options, refer to :option:`sphinx-build -b`.
-
Options
-------
diff --git a/doc/man/sphinx-quickstart.rst b/doc/man/sphinx-quickstart.rst
index 520a420ce..16fc66560 100644
--- a/doc/man/sphinx-quickstart.rst
+++ b/doc/man/sphinx-quickstart.rst
@@ -72,7 +72,7 @@ Options
.. option:: --master=MASTER
- Master document name. (see :confval:`master_doc`).
+ Master document name. (see :confval:`root_doc`).
.. rubric:: Extension Options
@@ -149,7 +149,7 @@ Options
sphinx project files generated by quickstart. Following Jinja2 template
files are allowed:
- * ``master_doc.rst_t``
+ * ``root_doc.rst_t``
* ``conf.py_t``
* ``Makefile_t``
* ``Makefile.new_t``