diff options
author | Mickaël Salaün <mic@digikod.net> | 2022-09-23 17:42:07 +0200 |
---|---|---|
committer | Mickaël Salaün <mic@digikod.net> | 2022-09-29 18:43:04 +0200 |
commit | 2fff00c81d4c37a037cf704d2d219fbcb45aea3c (patch) | |
tree | f0233e7a4915fdc9c121c8ee96bcd1af84c33078 /Documentation/security | |
parent | 16023b05f0832f5bc14e6e0d1e7be4d00e01e1bb (diff) | |
download | linux-stable-2fff00c81d4c37a037cf704d2d219fbcb45aea3c.tar.gz linux-stable-2fff00c81d4c37a037cf704d2d219fbcb45aea3c.tar.bz2 linux-stable-2fff00c81d4c37a037cf704d2d219fbcb45aea3c.zip |
landlock: Fix documentation style
It seems that all code should use double backquotes, which is also used
to convert "%" defines. Let's use an homogeneous style and remove all
use of simple backquotes (which should only be used for emphasis).
Cc: Günther Noack <gnoack3000@gmail.com>
Cc: Paul Moore <paul@paul-moore.com>
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Link: https://lore.kernel.org/r/20220923154207.3311629-4-mic@digikod.net
Diffstat (limited to 'Documentation/security')
-rw-r--r-- | Documentation/security/landlock.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/security/landlock.rst b/Documentation/security/landlock.rst index cc9617f3175b..c0029d5d02eb 100644 --- a/Documentation/security/landlock.rst +++ b/Documentation/security/landlock.rst @@ -54,8 +54,8 @@ content of a listed inode. Indeed, a file name is local to its parent directory, and an inode can be referenced by multiple file names thanks to (hard) links. Being able to unlink a file only has a direct impact on the directory, not the unlinked inode. This is the reason why -`LANDLOCK_ACCESS_FS_REMOVE_FILE` or `LANDLOCK_ACCESS_FS_REFER` are not allowed -to be tied to files but only to directories. +``LANDLOCK_ACCESS_FS_REMOVE_FILE`` or ``LANDLOCK_ACCESS_FS_REFER`` are not +allowed to be tied to files but only to directories. Tests ===== |