From: Jiayi Chen <40876700+jiayi0118@users.noreply.github.com> Date: Wed, 14 Dec 2022 08:27:50 +0000 (+0800) Subject: doc: add language decorator on the code block X-Git-Tag: v253-rc1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c4466bbab06e5ac48cd801907780919cf45285;p=thirdparty%2Fsystemd.git doc: add language decorator on the code block Add `c` decorator on the code block for applying syntax highlighting. --- 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