aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2018-02-19 10:39:02 +0100
committerJonathan Corbet <corbet@lwn.net>2018-02-23 08:04:26 -0700
commit29b26ae47031e5c8d6cd4ad20b3eaac79c3bf017 (patch)
treed68a6ba31cc5b9cee181c07a2a6946ecb32c20f0 /Documentation/admin-guide
parentdoc: Rename .system_keyring to .builtin_trusted_keys (diff)
downloadlinux-dev-29b26ae47031e5c8d6cd4ad20b3eaac79c3bf017.tar.xz
linux-dev-29b26ae47031e5c8d6cd4ad20b3eaac79c3bf017.zip
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>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r--Documentation/admin-guide/module-signing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/module-signing.rst b/Documentation/admin-guide/module-signing.rst
index 62e389fdcb86..f8b584179cff 100644
--- a/Documentation/admin-guide/module-signing.rst
+++ b/Documentation/admin-guide/module-signing.rst
@@ -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.
========================