All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] docs: Standardise capitalisation of section headers in core.rst
@ 2017-08-19 15:21 Josh Holland
  2017-08-21  9:15 ` Jani Nikula
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Josh Holland @ 2017-08-19 15:21 UTC (permalink / raw)
  To: keyrings

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@gmail.com>
---
 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
 
 
 Key Overview
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-23 20:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19 15:21 [PATCH 1/2] docs: Standardise capitalisation of section headers in core.rst Josh Holland
2017-08-21  9:15 ` Jani Nikula
2017-08-21 12:58 ` Jonathan Corbet
2017-08-23 20:34 ` Josh Holland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.