From b1c4466bbab06e5ac48cd801907780919cf45285 Mon Sep 17 00:00:00 2001 From: Jiayi Chen <40876700+jiayi0118@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:27:50 +0800 Subject: [PATCH] doc: add language decorator on the code block Add `c` decorator on the code block for applying syntax highlighting. --- docs/BLOCK_DEVICE_LOCKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BLOCK_DEVICE_LOCKING.md b/docs/BLOCK_DEVICE_LOCKING.md index 87aad670456..862d6f0369d 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 -- 2.47.3