doc: module-signing.rst: Fix reST formatting
authorPhilipp Hahn <hahn@univention.de>
Mon, 19 Feb 2018 09:39:02 +0000 (10:39 +0100)
committerJonathan Corbet <corbet@lwn.net>
Fri, 23 Feb 2018 15:04:26 +0000 (08:04 -0700)
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>
Documentation/admin-guide/module-signing.rst

index 62e389f..f8b5841 100644 (file)
@@ -204,8 +204,8 @@ e.g.::
        keyctl padd asymmetric "" 0x223c7853 <my_public_key.x509
 
 Note, however, that the kernel will only permit keys to be added to
-``.builtin_trusted_keys _if_`` the new key's X.509 wrapper is validly signed by a key
-that is already resident in the .builtin_trusted_keys at the time the key was added.
+``.builtin_trusted_keys`` **if** the new key's X.509 wrapper is validly signed by a key
+that is already resident in the ``.builtin_trusted_keys`` at the time the key was added.
 
 
 ========================