diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-09-05 22:43:26 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-09-09 11:53:33 -0600 |
commit | 7eec675669fbdef376198d3b04349301de3270f4 (patch) | |
tree | 257e2313b2a6f8c873e977911fbc6551e9120b41 /Documentation | |
parent | fdcc9e07618921e6f6279a86a3d107bae32cb86f (diff) | |
download | linux-7eec675669fbdef376198d3b04349301de3270f4.tar.gz linux-7eec675669fbdef376198d3b04349301de3270f4.tar.bz2 linux-7eec675669fbdef376198d3b04349301de3270f4.zip |
docs: ubifs-authentication: Add a top-level heading
This prevents the chapter headings from showing up in the table of
contents in filesystems/index.html.
Note that I didn't pick "UBIFS Authentication" as the document title,
because there is a chapter of the same name, and Sphinx complains about
multiple headings with the same name:
/.../Documentation/filesystems/ubifs-authentication.rst:207:
WARNING: duplicate label filesystems/ubifs-authentication:ubifs
authentication, other instance in
/.../Documentation/filesystems/ubifs-authentication.rst
Remove the :orphan: tag, as the document has been included into the
toctree.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20200905204326.1378339-3-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ubifs-authentication.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/filesystems/ubifs-authentication.rst b/Documentation/filesystems/ubifs-authentication.rst index 1f39c8cea702..5210aed2afbc 100644 --- a/Documentation/filesystems/ubifs-authentication.rst +++ b/Documentation/filesystems/ubifs-authentication.rst @@ -1,11 +1,13 @@ .. SPDX-License-Identifier: GPL-2.0 -:orphan: - .. UBIFS Authentication .. sigma star gmbh .. 2018 +============================ +UBIFS Authentication Support +============================ + Introduction ============ |