]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: fix typo and formattting in security/credentials.rst
authorMayank Gite <drapl0n.kernel@gmail.com>
Wed, 6 May 2026 22:59:24 +0000 (18:59 -0400)
committerJonathan Corbet <corbet@lwn.net>
Fri, 15 May 2026 14:09:46 +0000 (08:09 -0600)
- Fixes a typo in "Keys and keyrings" section. Replaces "keying" with
  "keyring".
- Updates formatting of keyring types.

Signed-off-by: Mayank Gite <drapl0n.kernel@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260506225925.271163-1-drapl0n.kernel@gmail.com>

Documentation/security/credentials.rst

index d0191c8b8060edb7b272402c019cff941ec22743..4996838491b10fed3bff11ca7b7a38d0ccd27a0e 100644 (file)
@@ -189,9 +189,9 @@ The Linux kernel supports the following types of credentials:
      be searched for the desired key.  Each process may subscribe to a number
      of keyrings:
 
-       Per-thread keying
-       Per-process keyring
-       Per-session keyring
+       - Per-thread keyring
+       Per-process keyring
+       Per-session keyring
 
      When a process accesses a key, if not already present, it will normally be
      cached on one of these keyrings for future accesses to find.