On Sat, 19 Aug 2017, Josh Holland <anowlcalledjosh@xxxxxxxxx> wrote: > The table of contents in security/keys/core.rst had different > capitalisation to the section headers, which broke case-sensitive > search. > > Signed-off-by: Josh Holland <anowlcalledjosh@xxxxxxxxx> > --- > Documentation/security/keys/core.rst | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst > index 1648fa80b..7c39c595c 100644 > --- a/Documentation/security/keys/core.rst > +++ b/Documentation/security/keys/core.rst > @@ -16,17 +16,17 @@ The key service can be configured on by enabling: > > This document has the following sections: > > - - Key overview > - - Key service overview > - - Key access permissions > - - SELinux support > - - New procfs files > - - Userspace system call interface > - - Kernel services > - - Notes on accessing payload contents > - - Defining a key type > - - Request-key callback service > - - Garbage collection > + - Key Overview > + - Key Service Overview > + - Key Access Permissions > + - SELinux Support > + - New ProcFS Files > + - Userspace System Call Interface > + - Kernel Services > + - Notes On Accessing Payload Contents > + - Defining a Key Type > + - Request-Key Callback Service > + - Garbage Collection If you want to retain the contents in .rst for the benefit of reading this as plain text, this is fine. However, if you want to sphinxify things a little, you could make the resulting html a little bit nicer with automatic links, and document maintenance a little bit easier, by replacing the hand written contents with: .. contents:: :local: The maintainer's call, obviously. BR, Jani. -- Jani Nikula, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html