Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Neuschäfer and committed by
Jonathan Corbet
7eec6756 fdcc9e07

+4 -2
+4 -2
Documentation/filesystems/ubifs-authentication.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - :orphan: 4 - 5 3 .. UBIFS Authentication 6 4 .. sigma star gmbh 7 5 .. 2018 6 + 7 + ============================ 8 + UBIFS Authentication Support 9 + ============================ 8 10 9 11 Introduction 10 12 ============