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

doc: module-signing.rst: Fix reST formatting

Move the _if_ outside the verbatim string.

Make key ring name as a verbatim string.

Signed-off-by: Philipp Hahn <hahn@univention.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Philipp Hahn and committed by
Jonathan Corbet
29b26ae4 dddc7231

+2 -2
+2 -2
Documentation/admin-guide/module-signing.rst
··· 204 204 keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509 205 205 206 206 Note, however, that the kernel will only permit keys to be added to 207 - ``.builtin_trusted_keys _if_`` the new key's X.509 wrapper is validly signed by a key 208 - that is already resident in the .builtin_trusted_keys at the time the key was added. 207 + ``.builtin_trusted_keys`` **if** the new key's X.509 wrapper is validly signed by a key 208 + that is already resident in the ``.builtin_trusted_keys`` at the time the key was added. 209 209 210 210 211 211 ========================