summaryrefslogtreecommitdiff
path: root/docs/BLOCK_DEVICE_LOCKING.md
diff options
context:
space:
mode:
authorJiayi Chen <40876700+jiayi0118@users.noreply.github.com>2022-12-14 16:27:50 +0800
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-12-14 18:07:07 +0900
commitb1c4466bbab06e5ac48cd801907780919cf45285 (patch)
tree5fd8d1396af19bce73ef25a53d1905bfbfe8d444 /docs/BLOCK_DEVICE_LOCKING.md
parent357f5ccbf6c07c2a134b8a9d3aa4b06518360010 (diff)
downloadsystemd-b1c4466bbab06e5ac48cd801907780919cf45285.tar.gz
doc: add language decorator on the code block
Add `c` decorator on the code block for applying syntax highlighting.
Diffstat (limited to 'docs/BLOCK_DEVICE_LOCKING.md')
-rw-r--r--docs/BLOCK_DEVICE_LOCKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BLOCK_DEVICE_LOCKING.md b/docs/BLOCK_DEVICE_LOCKING.md
index 87aad67045..862d6f0369 100644
--- a/docs/BLOCK_DEVICE_LOCKING.md
+++ b/docs/BLOCK_DEVICE_LOCKING.md
@@ -118,7 +118,7 @@ Failed to take a BSD lock on /dev/sda: Resource temporarily unavailable
```
## Code
-```
+```c
/* SPDX-License-Identifier: MIT-0 */
#include <stdio.h>